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
- :
- How to select Features
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
Mar 09, 2010
07:33 AM
How to select Features
Hi All,
Basic MSI Package
I have around 8 features ( F1 to F8). F9 default
F2,F3& F4 (InstallLevel is set to 150) will be installed based on F1 is selected.
F5,F6 & F8 (InstallLevel is set to 150) will be installed based on F2 feature is selected.
*) How to determine whether a feature is selected in custom setup dialog
*) What type of conditions i need to add to make the other features installed if the feature is selected.
Please help me
Basic MSI Package
I have around 8 features ( F1 to F8). F9 default
F2,F3& F4 (InstallLevel is set to 150) will be installed based on F1 is selected.
F5,F6 & F8 (InstallLevel is set to 150) will be installed based on F2 feature is selected.
*) How to determine whether a feature is selected in custom setup dialog
*) What type of conditions i need to add to make the other features installed if the feature is selected.
Please help me
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 22, 2010
07:12 AM
Hi ,
I dont much about install level property If any one explain's it will be great help for me also. i didnt understand the install level property document explanation properly. But i always use to write install script to get the status of the feature is selected or not for installation.
szFeature = "XXXX";
MsiGetFeatureState(hMSI, szFeature, lResult, lAction);
Thanks,
Reddy
I dont much about install level property If any one explain's it will be great help for me also. i didnt understand the install level property document explanation properly. But i always use to write install script to get the status of the feature is selected or not for installation.
szFeature = "XXXX";
MsiGetFeatureState(hMSI, szFeature, lResult, lAction);
Thanks,
Reddy