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
- :
- Use MsiSelectionTreeSelectedFeature in CustomSetup dialog
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
‎Jan 24, 2013
09:33 AM
Use MsiSelectionTreeSelectedFeature in CustomSetup dialog
Hi there,
I have a setup with several feature and some of them installs Windows Services and other installs web sites.
Using the original CustomSetup, when selecting a feature that installs a web site, a "Install to" location appears (normally poiting to c:\inetput\wwwroot).
I need to use MsiSelectionTreeSelectedFeature to get the selected feature in the SelectionTree so that I can hide that location textbox.
I've tried to use subscriptions, conditions and other means but I was unable to achieve the behaviour I need 😞
However, on the logs I see that the property is set everytime I select a different feature.
What can be my mistake?
Thanks
I have a setup with several feature and some of them installs Windows Services and other installs web sites.
Using the original CustomSetup, when selecting a feature that installs a web site, a "Install to" location appears (normally poiting to c:\inetput\wwwroot).
I need to use MsiSelectionTreeSelectedFeature to get the selected feature in the SelectionTree so that I can hide that location textbox.
I've tried to use subscriptions, conditions and other means but I was unable to achieve the behaviour I need 😞
However, on the logs I see that the property is set everytime I select a different feature.
What can be my mistake?
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2013
06:34 AM
Set the visible to false that will hide the location
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2013
06:49 AM
CHANDINATHREDDY wrote:
Set the visible to false that will hide the location
That does not change accordingly with the selected feature.
I found out the solution: we must use the SetProperty event on the Tree to set a property.
