cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Daniel_Dority
Level 6

Accessing Control Properties in InstallScript

Hey there,

Say I want to access the Visible property on the fly for a control with the InstallScript. Is this possible? If so how?

Thanks
Labels (1)
0 Kudos
(3) Replies
Daniel_Dority
Level 6

I have researched the EnableWindow() option, while it works, I am interested in digging for an option to remove it in its entirety based on a previous decision.
0 Kudos
RobertDickau
Flexera Alumni

Assuming you're talking about InstallScript dialog boxes, there's also ShowWindow, which might do what you want.
0 Kudos
Daniel_Dority
Level 6

Brilliant!

ShowWindow() removed the items on the dialog that I didn't want.

Thanks so much, it worked like a charm!
0 Kudos