cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
patrick_arena
Level 4

Prerequisites install checkBox

Hello everyone,
would it be possible to let the user decide whether to install prerequisites or not?
That would be the logic:

if ( (a prerequisite is NOT installed) AND (the user doesn't UNCHECK its checkbox))
install it;

thanx in advance for any help
Patrick
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

The Behavior tab in the InstallShield Prerequisite Editor has a check box called this:
The prerequisite may be optionally skipped by the user


If the installation should display a message box that enables end users to choose whether to install the InstallShield prerequisite, you can select this check box.

I hope that helps.
0 Kudos
patrick_arena
Level 4

DebbieL wrote:
The Behavior tab in the InstallShield Prerequisite Editor has a check box called this:


If the installation should display a message box that enables end users to choose whether to install the InstallShield prerequisite, you can select this check box.

I hope that helps.


Thanx a lot for the help but I'd need something specific. I'd really need a CHECKBOX at the side of prerequisite form so that the user can uncheck some/all of them BEFORE pressing the next button.
By doing that I wouldn't have to press YES INSTALL/NO SKIP per each prerequisite.

Is doing it by installscript code the only chance? :confused:
0 Kudos