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
- :
- Re: Custom Dialog Checkbox must be checked and unchecked to set value!?!
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
‎Mar 23, 2012
02:32 PM
Custom Dialog Checkbox must be checked and unchecked to set value!?!
Hi,
I've got a stoopid issue on my part. I made a custom dialog for a Basic MSI installer and it has one checkbox. The box alwys displays checked when the dialog launches and I use a property of IS_IT_CHECKED. The default fo IS_IT_CHECKED is 1 in the property table.
ISSUE:
Even though the box is checked, and I have preset the value to 1 in the property table, I MUST uncheck, and check the box again to make it recognize IS_IT_CHECKED=1 as a condition.
QUESTION:
How can I default the checkbox to false?
I do not understand AddLocal and it is giving me headaches.
Any suggestions/comments are very welcome.
Best ...
I've got a stoopid issue on my part. I made a custom dialog for a Basic MSI installer and it has one checkbox. The box alwys displays checked when the dialog launches and I use a property of IS_IT_CHECKED. The default fo IS_IT_CHECKED is 1 in the property table.
ISSUE:
Even though the box is checked, and I have preset the value to 1 in the property table, I MUST uncheck, and check the box again to make it recognize IS_IT_CHECKED=1 as a condition.
QUESTION:
How can I default the checkbox to false?
I do not understand AddLocal and it is giving me headaches.
Any suggestions/comments are very welcome.
Best ...
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 23, 2012
03:10 PM
To have the check box unchecked by default, you can delete IS_IT_CHECKED from the Property Manager (Property table).
Perhaps see this ancient newsletter tip: http://www.flexerasoftware.com/webdocuments/PDF/check.pdf.
Perhaps see this ancient newsletter tip: http://www.flexerasoftware.com/webdocuments/PDF/check.pdf.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 25, 2012
02:11 AM
Will try this on Monday. Thanks for the help with many issues.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 26, 2012
12:57 PM
Thanks Robert That worked ... One last bug to go ...