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: Disable/Enable Cancel button for Basic MSI
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎May 09, 2012
01:38 AM
Disable/Enable Cancel button for Basic MSI
Hi,
I'm writing new setup using basic MSI 2012.
My question is how can I enable/disable Cancel button in dialog.
When I click on 'Remove' command in Uninstall dialog, the Remove command execute install Script function that uninstall third parties software.
During the uninstall process of the third parties, I would like to disable the Cancel button and when the third party uninstallation terminated then enable the Cancel button.
It seems to me, that I need to write code at the beginning of the function which disable the Cancel button and in the end of the function to enable the Cancel button - but i don't know how.
Please Advice,
Thanks.
I'm writing new setup using basic MSI 2012.
My question is how can I enable/disable Cancel button in dialog.
When I click on 'Remove' command in Uninstall dialog, the Remove command execute install Script function that uninstall third parties software.
During the uninstall process of the third parties, I would like to disable the Cancel button and when the third party uninstallation terminated then enable the Cancel button.
It seems to me, that I need to write code at the beginning of the function which disable the Cancel button and in the end of the function to enable the Cancel button - but i don't know how.
Please Advice,
Thanks.
(2) Replies
‎May 09, 2012
11:40 AM
Perhaps see this old newsletter tip (PDF): http://www.flexerasoftware.com/webdocuments/PDF/disable.pdf.