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
- :
- Features Problem
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
May 06, 2010
02:28 AM
Features Problem
Hi All,
I have a requirement in which I need to have 8 features in my installer. And based on user selection it should install these feature. Suppose if a user selects 2 features it should install only that 2 features.
Now my problem is I have created the installer but when I select 1 or 2 or 3 whatever it is installing all the features.
I have to install the features only which I select and the remaining should not install. And if I go for the repair option then it should ask to install the remaining the features.
Please reply to my query if anyone knows or some hint how to implement this.
Thanks in Advance..
Azad
I have a requirement in which I need to have 8 features in my installer. And based on user selection it should install these feature. Suppose if a user selects 2 features it should install only that 2 features.
Now my problem is I have created the installer but when I select 1 or 2 or 3 whatever it is installing all the features.
I have to install the features only which I select and the remaining should not install. And if I go for the repair option then it should ask to install the remaining the features.
Please reply to my query if anyone knows or some hint how to implement this.
Thanks in Advance..
Azad
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 12, 2010
06:15 AM
Try using FeatureSelectItem to select your feature explicitly when user selects the feature on dialog.