How to set the initial value of the checkbox (Checked / NotChecked) in InstallShield 2010.
I added a CheckBox to the form, while adding, I allowed the creation of a custom property (I called it ISCHECKED). I set the value to 1, so when the checbox is checked, this property has a value of 1.
When I run the installer, CheckBox is always checked, and I want to disable it, what should I do. I tried to change this custom property and set the value for different values โโin the property manager, but with no luck. I know that when I click on CheckBox, it modifies this property value (I turn on / off other interface elements).
source
share