Cannot uncheck Restart now
Posted: Thu Jul 28, 2016 1:56 pm
The "Restart now" checkbox in the Finish dialog does not change state when it is clicked. There *is* a momentary flicker which would imply that the checkbox control is receiving the mouse click event but it will not change state. Below are screen grabs of the settings in the dialog editor for this project: (NOTE: There are no other rule references to checkSuccess or RebootNow in the area outside the "Existing Rules" window captured in this screen grab)
(Windows Installer Engine selected)
The Pre-Defined variable REBOOTCOMPUTER is set to FALSE before Apply Uninstall is run and is set to TRUE after Apply Uninstall is run (in this scenario that is the expected behavior), and the Dialog Editor Object Behavior (second screen grab) implies that the value of REBOOTCOMPUTER should be defined by the state of the checkBox variable RebootNow when this dialog closes. The checkBox variable RebootNow never changes state from what was defined when the dialog is displayed (after the Apply Uninstall runs). Note that after Apply Uninstall runs, the Pre-Defined variable SUCCESS is set to REBOOT (as is also the expected behavior).
Why would the checkBox variable RebootNow refuse to change state?
(Windows Installer Engine selected)
The Pre-Defined variable REBOOTCOMPUTER is set to FALSE before Apply Uninstall is run and is set to TRUE after Apply Uninstall is run (in this scenario that is the expected behavior), and the Dialog Editor Object Behavior (second screen grab) implies that the value of REBOOTCOMPUTER should be defined by the state of the checkBox variable RebootNow when this dialog closes. The checkBox variable RebootNow never changes state from what was defined when the dialog is displayed (after the Apply Uninstall runs). Note that after Apply Uninstall runs, the Pre-Defined variable SUCCESS is set to REBOOT (as is also the expected behavior).
Why would the checkBox variable RebootNow refuse to change state?