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
Following installer modifications and installations, we have been utilizing ScheduleReboot.
When the setup is relaunched, we were determining whether IBurnCommand.Resume is a ResumeType.RebootPending. If the answer is yes, we were raising an error and preventing the user from continuing with the modification/repairs.
The RebootPending enum value have been removed as part of BUG 6668 in WiX v4. Could someone please assist me on how to figure out the state of the reboot when the setup is relaunched?
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Following installer modifications and installations, we have been utilizing ScheduleReboot.
When the setup is relaunched, we were determining whether
IBurnCommand.Resume
is aResumeType.RebootPending.
If the answer is yes, we were raising an error and preventing the user from continuing with the modification/repairs.The RebootPending enum value have been removed as part of BUG 6668 in WiX v4. Could someone please assist me on how to figure out the state of the reboot when the setup is relaunched?
Beta Was this translation helpful? Give feedback.
All reactions