
sschiele2025 asked a question.
SetupCompleteSuccess Dlg: Check box doesn't clear property
Hi all,
I'm using a checkbox on the SetupCompleteSuccess dialog in oder to let the user decide if he wants to reboot.
The checkbox' property is definied in the property manager as REBOOTPC = 1, so the checkbox is initially checked.
Now, if I uncheck the checkbox at runtime, the property isn't cleared.
But, if I'm using the exact same checkbox some dialogs earlier (f.e. InstallWelcome), the property gets cleared, which is the desirable behavior.
Can anyone explain the difference ? :confused:
Is there a workaround ?
Many thanks,
Stefan.
--
ISPro 2010
Then set condition to REBOOTPC<>"".
Unfortunatly, clearing the property in the property manager isn't a solution here, since I want to have the checkbox initally checked.