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
- :
- Custom Dialog Custimization?
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
Jan 16, 2009
09:13 AM
Custom Dialog Custimization?
Hello all,
I have added a custom dialog to my InstallScript MSI for IS2009.
Question: From InstallScript, can I manipulate the properties of a textbox field on my custom dialog before calling it?
Basically, I want to make certain textbox fields visible or Not Visible, before calling the custom dialog.
If this can't be done, what suggestions might you give me to make this happen.
Thanks in advance for your help!
I have added a custom dialog to my InstallScript MSI for IS2009.
Question: From InstallScript, can I manipulate the properties of a textbox field on my custom dialog before calling it?
Basically, I want to make certain textbox fields visible or Not Visible, before calling the custom dialog.
If this can't be done, what suggestions might you give me to make this happen.
Thanks in advance for your help!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 16, 2009
09:40 AM
I think you'll need to hide or show controls in the DLG_INIT case of your custom dialog's code. When you detect the conditions you need to detect, perhaps set a variable or property that you read from DLG_INIT?