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
- :
- Creating a Switchboard for selecting setup programs
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
Sep 28, 2017
10:40 AM
Creating a Switchboard for selecting setup programs
I don't know if this is possible within InstallShield.
I'd need a switchboard to install multiple setup files on a CD. It would be the first thing that runs on the CD to give users a list of products, their current status, and a button/hyperlink to launch individual installation programs, BAT files, whatever:
Based on what they chose, it would launch the appropriate setup file on the disk. I can't combine it into one setup program because each setup is managed differently. The status can be determined based on registry settings that get created by each installation.
After someone clicks on an item and installs the program, the page would ideally refresh to indicate the change in installation status.
Not sure where to start. Thanks.
P.S. This is currently handled by a legacy Wise Installation form. I'd like to replace it with InstallShield.
I'd need a switchboard to install multiple setup files on a CD. It would be the first thing that runs on the CD to give users a list of products, their current status, and a button/hyperlink to launch individual installation programs, BAT files, whatever:
- Product A (installed or not installed)
- Product B (installed or not installed)
- Product C (installed or not installed)
Based on what they chose, it would launch the appropriate setup file on the disk. I can't combine it into one setup program because each setup is managed differently. The status can be determined based on registry settings that get created by each installation.
After someone clicks on an item and installs the program, the page would ideally refresh to indicate the change in installation status.
Not sure where to start. Thanks.
P.S. This is currently handled by a legacy Wise Installation form. I'd like to replace it with InstallShield.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 28, 2017
12:10 PM
This sounds like a job for InstallShield Suite / AdvancedUI installer!
The premise is that you gather a collection of prerequisites and different installation packages. Based on conditions selected in the UI or determined by searching the local system or any other type of logic, you can set the install state for different features and / or packages.
I have a package that installs things like SQL Server 2012 Express, .net framework, our main application, and an application that checks for product updates. All of these are separate packages and what gets installed depends either on system searches or what a user specifies during the install.
This is the best tool that I have found to accommodate this requirement.
The premise is that you gather a collection of prerequisites and different installation packages. Based on conditions selected in the UI or determined by searching the local system or any other type of logic, you can set the install state for different features and / or packages.
I have a package that installs things like SQL Server 2012 Express, .net framework, our main application, and an application that checks for product updates. All of these are separate packages and what gets installed depends either on system searches or what a user specifies during the install.
This is the best tool that I have found to accommodate this requirement.