|
I am installing a driver and want a reboot after install unless the user select otherwise. I added theRadioButtonsdialogto the end sequence of the UI.
I edited the MSI with orca. I added
Action: ScheduleReboot Condition: BUTTON2 Sequence: 6500
to InstallExecuteSequence table.
The defualtvalue is 1 so Ishould see a reset, but no reset.What is wrong / missing?
|