This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- SetupCompleteSuccess Dlg: Check box doesn't clear property
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 05, 2012
08:00 AM
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
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
(2) Replies
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 05, 2012
07:55 PM
Clear property REBOOTPC's default value in Property Manager.
Then set condition to REBOOTPC<>"".
Then set condition to REBOOTPC<>"".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2012
02:51 AM
Thanks for your reply, Kevin.
Unfortunatly, clearing the property in the property manager isn't a solution here, since I want to have the checkbox initally checked.
Unfortunatly, clearing the property in the property manager isn't a solution here, since I want to have the checkbox initally checked.