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
- :
- Launch package in Suite project based on value of a property
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
‎Apr 26, 2013
03:34 AM
Launch package in Suite project based on value of a property
Hi Can I check how can we launch a package in Suite project conditionally?
My Suite project has an option to install new MS SQL Express to the machine or to use an existing database server. I created a custom dialog which allows users to choose to install MS SQL or not, and then I saved their choice in a property. However, I do not know how to use this property to determine whether the Suite should launch the MS SQL package.
Is there a different solution for my problem?
Danny
My Suite project has an option to install new MS SQL Express to the machine or to use an existing database server. I created a custom dialog which allows users to choose to install MS SQL or not, and then I saved their choice in a property. However, I do not know how to use this property to determine whether the Suite should launch the MS SQL package.
Is there a different solution for my problem?
Danny
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 26, 2013
03:43 AM
I think I should add an Eligibility Condition, but I am stuck at how to check an installer property in the condition.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 26, 2013
08:13 AM
I think it would be better to set this up as a feature which can be selected or unselected. You can use a check box with Property set to FEATURE[feature-name-here].actionState==install (or a button which sets this property value) to control the feature this outside of the feature selection tree, or just use the feature selection tree itself.