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

How to disable the cancel button in the progress screen with an Installscript project

Hi there,

I'm currently working on an Installshield project (i.e. NOT MSI), and I'd like to disable the cancel button in the installation progress screen (if this is possible). Could not find the dialog under the "Dialogs" in the project settings. Is there any way this can be done?

Thanks in advance for your help,
A
Labels (1)
0 Kudos
(2) Replies
Not applicable

Add following code before OnMoveData()

Disable ( CANCELBUTTON );
0 Kudos
af0000
Level 3

Thank you, the suggestion was very helpful.

Added the code at the end of OnFirstUIBefore, and the cancel button was disabled as expected.
0 Kudos