cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
polosheng
Level 5

Anyone can help me how to disable radio button group in script?

I have spent much time on this problem today, but by far I can't deal with it.
Anybody can help me to resolve this problem? My project is Msi Script.

Any help will be appreciated.:confused:
Labels (1)
0 Kudos
(5) Replies
polosheng
Level 5

Anybody can help me, Thanks a lot. I still can't resolve it.
0 Kudos
RobertDickau
Flexera Alumni

To disable an entire control, perhaps use the EnableWindow API function? These forums, the knowledge base, and the dialog code in the Script folder of your InstallShield distribution should have examples.
0 Kudos
TheTraveler
Level 8

Hello,

I have posted a set of GUI functions that may help you. Here is a link. Look at the files, My_GUIUtil.h and My_GUIUtil.rul. I think once you see them, the functions will be self explanatory, but if you have any questions about them, I will be happy to answer any questions you might have.

Hope this helps.
0 Kudos
polosheng
Level 5

RobertDickau wrote:
To disable an entire control, perhaps use the EnableWindow API function? These forums, the knowledge base, and the dialog code in the Script folder of your InstallShield distribution should have examples.

Thank you for your help, I resolved it by something like EnableWindow api.
0 Kudos
polosheng
Level 5

TheTraveler wrote:
Hello,

I have posted a set of GUI functions that may help you. Here is a link. Look at the files, My_GUIUtil.h and My_GUIUtil.rul. I think once you see them, the functions will be self explanatory, but if you have any questions about them, I will be happy to answer any questions you might have.

Hope this helps.


Also thank you for your help.
0 Kudos