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
- :
- custom setup - recognizing selected components
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 03, 2009
03:41 AM
custom setup - recognizing selected components
Hi,
I would like to write a registry key value depending to the custom setup selected components.
For examples if we have two components A and B.
if the user select A and not B, I would like to write A in my registry key.
1. How could I know the selected components before the installation starts?
2. How could I do the condition write to registry without using any scripts?
Appreciated any kind of help,
Firas.
I would like to write a registry key value depending to the custom setup selected components.
For examples if we have two components A and B.
if the user select A and not B, I would like to write A in my registry key.
1. How could I know the selected components before the installation starts?
2. How could I do the condition write to registry without using any scripts?
Appreciated any kind of help,
Firas.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 25, 2009
02:37 AM
You can directly attach registry to component.
Go to component view->select component->then select registry data->go to destination computer registry view. Add your registry directly here.
If Component is deployed then registry attached is also deployed.
Create two component as two diferent features and you can use this function
FeatureSelectItem ( szFeatureSource, szFeature, bSelect );
Go to component view->select component->then select registry data->go to destination computer registry view. Add your registry directly here.
If Component is deployed then registry attached is also deployed.
Create two component as two diferent features and you can use this function
FeatureSelectItem ( szFeatureSource, szFeature, bSelect );