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: Prerequisites install checkBox
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 29, 2013
08:58 AM
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
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
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 29, 2013
09:17 AM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 29, 2013
09:40 AM
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: