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
There is a working restart workflow with the prompt in my MSI file.
<InstallExecuteSequence>
<!-- Set the REBOOT property during an upgrade -->
<Custom Action="SetRebootFlag" Before="InstallFinalize" />
<!-- Schedule a reboot if REBOOT is set to "Force" -->
<ScheduleReboot After="InstallFinalize" Condition="REBOOT = "Force""/>
</InstallExecuteSequence>
But the restart prompt is missed when msi is used in the bundle and restart is performed silently.
How may I enable the restart prompt in the Wix5 bundle in this case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
There is a working restart workflow with the prompt in my MSI file.
But the restart prompt is missed when msi is used in the bundle and restart is performed silently.
How may I enable the restart prompt in the Wix5 bundle in this case?
Beta Was this translation helpful? Give feedback.
All reactions