cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jschertzer
Level 3

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!
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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?
0 Kudos