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: Setting Checkbox on design time
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 28, 2009
04:28 AM
Setting Checkbox on design time
How can I set the CheckBox to 'checked' as default on design time?
It seems that there is no property that handles that.
It seems that there is no property that handles that.
(3) Replies
‎Nov 09, 2009
06:17 PM
Is this an MSI project or InstallScript (or InstallScript MSI) project? If InstallScript, you'll use CtrlSetState to select a check box in the DLG_INIT case of your custom dialog script.
(The unwritten other half being to look at this old newsletter tip (PDF) for an MSI project: http://www.flexerasoftware.com/webdocuments/PDF/check.pdf.)
(The unwritten other half being to look at this old newsletter tip (PDF) for an MSI project: http://www.flexerasoftware.com/webdocuments/PDF/check.pdf.)