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 cancel button
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 30, 2006
08:05 AM
disable cancel button
Hi,
During the "Install" action, if the user exits by using the cancel button, the installation is left in an inconsistent state, some time even the uninstaller is not yet created (depending upon the timing, as the uninstaller creation is pretty much the last step). This leaves the user to deal with manual removal of the application, which is not a desirable option, if he doesnt do a proper cleanup, the future installs will be effected.
I would like to disable the cancel button (also the x button on the title bar), either grey them out, or if its present, it should not allow cancellation. How do I achieve that.
This project was basically written in ISMP 5.03 and imported into 11.5. We are only using 5.x dialogs, not 11.5 dialogs, just in case it matters.
Thanx,
Vikas
During the "Install" action, if the user exits by using the cancel button, the installation is left in an inconsistent state, some time even the uninstaller is not yet created (depending upon the timing, as the uninstaller creation is pretty much the last step). This leaves the user to deal with manual removal of the application, which is not a desirable option, if he doesnt do a proper cleanup, the future installs will be effected.
I would like to disable the cancel button (also the x button on the title bar), either grey them out, or if its present, it should not allow cancellation. How do I achieve that.
This project was basically written in ISMP 5.03 and imported into 11.5. We are only using 5.x dialogs, not 11.5 dialogs, just in case it matters.
Thanx,
Vikas
(2) Replies
‎Aug 31, 2006
03:43 AM
Strange, I dont find the property in the GUI anywhere, but I was able to find it in the uip file, so I changed it there and it works great.
Thanx.
Thanx.
brianl wrote:
The Install action in the Installation Sequence in the sequences view has a "Cancelable" property which you can set to false. This will hide the cancel button on the progress dialog.