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 Knowledge Base
- :
- Suite Feature Selection using InstallScript based on user input
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
Suite Feature Selection using InstallScript based on user input
Suite Feature Selection using InstallScript based on user input
Suite Feature Selection using InstallScript based on user input
Summary
Suite Feature Selection using InstallScript CustomAction based on user input from a customdialog
Synopsis
This article will show you how you can select feature using installscript function from a user input
Discussion
To Select a feature based on user input in a suite project, you can follow below steps
- Create Suite project
- On wizard Pages view --> Right click and Add a Blank Page
- Add a Combo Box control using Combo box button
- Enter Property field value to COMBOLIST and content property value as OPTIONLIST
- Go to Property Manager and Create 2 properties COMBOLIST and OPTIONLIST
- Enter OPTIONLIST value as ID_STRING7\r1\nID_STRING8\r2\nID_STRING9\r3\n
- Go to Installscript view and add the below code in your setup.rul
- Go to Events and Right on Action and add NewAction
- Select the Function Name filed value to MyFunction
- Save and build the suite project
- At runtime, when user select Option1 from options list
- NewFeature1 and NewFeature2 will be selected, when user selects Option2 NewFeature and NewFeature1 will be selected and installed.
Click here for Customize the User Interface of a Suite Installation
Click here for Adding a Predefined Wizard Page
Labels (4)
No ratings