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
- :
- InstallLevel Feature shortcut issue
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
Apr 19, 2011
12:21 PM
InstallLevel Feature shortcut issue
InstallLevel = 100
Feature's InstallLevel = 101
On 'Custom' install, the feature is not selected and does not deploy.
On 'Complete' install, the shortcut for the feature does get deployed. The whole feature may be deployed, i don't know, because the shortcut is the only item in that component and feature.
I don't want the shortcut to deploy when 'Complete' is selected. This seems that it should work, and it does not.
Feature's InstallLevel = 101
On 'Custom' install, the feature is not selected and does not deploy.
On 'Complete' install, the shortcut for the feature does get deployed. The whole feature may be deployed, i don't know, because the shortcut is the only item in that component and feature.
I don't want the shortcut to deploy when 'Complete' is selected. This seems that it should work, and it does not.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 20, 2011
03:22 PM
Look at ControlEvent of Next button, you will see AddLocal event with _IsSetupTypeMin = "Typical" condition (evaluated to true when Complete is selected). That's the cause of the behavior you are seeing.