You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI
Publish Control="Finish" Dialog="ExitDialog" Event="DoAction" Value="runAfter">NOT Installed
OR REINSTALL OR UPGRADINGPRODUCTCODE< /Publish
/UI
That's how runAfter is being invoked currently, it's just listen for finish button to be pressed. So if there is no UI and dialogs it's never going to be executed. I think you can trigger it from InstallExecuteSequence instead. Something like this:
InstallExecuteSequence
Custom Action='runAfter' After ='InstallFinalize'>NOT Installed OR REINSTALL OR
UPGRADINGPRODUCTCODE</Custom
/InstallExecuteSequence
coderartem
changed the title
runAfter works only for installations with UI
runAfter works only for installations with UI (at least for msi)
Sep 16, 2018
runAfter works only for installations with UI because that action is hooked to finish button
Can we have it work for silent installations also?
The text was updated successfully, but these errors were encountered: