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
- :
- Conditionally download a prerequisite based on user input
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 10, 2009
10:58 AM
Conditionally download a prerequisite based on user input
Our application has a prerequisite to install a named instance of SQL Server. The prq would check to see if the instance name exists and if not install it. I now and have a requirement to:
Have the installer displays a dialog box asking the user if they want to install SQL Server locally
- if the answer is yes - the installer goes on its merry way and installs sql server and the database as it does today
- if the answer is no, the installer asks for the server name
verifies it can connect .
then asks for the ReportServer URL
verifies it can access the report server.
Can I conditionally install a prq based on user input? Where would I do this? Do I make the prq a feature prerequisite?
Have the installer displays a dialog box asking the user if they want to install SQL Server locally
- if the answer is yes - the installer goes on its merry way and installs sql server and the database as it does today
- if the answer is no, the installer asks for the server name
verifies it can connect .
then asks for the ReportServer URL
verifies it can access the report server.
Can I conditionally install a prq based on user input? Where would I do this? Do I make the prq a feature prerequisite?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 14, 2009
07:36 PM
anybody have any ideas?:confused:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 15, 2009
04:24 AM
Try adding pre-req to a feature and you can use FeatureSelectItem(), to select the feature based on user selection.