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
- :
- Re: Problem creating shortcuts
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
Dec 10, 2012
09:22 PM
Problem creating shortcuts
Hi,
We are running Installshield Spring 2012 - Premier Edition and have a msi project running from within VS2010 professional.
This particular project has two features. Let's call them 'workstation' and 'Network Node'.
The 'workstation' has a component called 'shortcuts' which does nothing but install a few shortcuts. The 'Network Node' does not have the component 'shortcuts'.
The problem occurs when we select the 'Network Node' feature (Which is mutually exclusive from the 'Workstation' feature). In this case the shortcuts are installed anyway.
There are other components which are only in the 'Network Node' feature which seem to install when expected.
Any ideas as to why the shortcuts component, which is included only in a specfic feature is installed even if the other feature is selected.
Thanks
Stephen
We are running Installshield Spring 2012 - Premier Edition and have a msi project running from within VS2010 professional.
This particular project has two features. Let's call them 'workstation' and 'Network Node'.
The 'workstation' has a component called 'shortcuts' which does nothing but install a few shortcuts. The 'Network Node' does not have the component 'shortcuts'.
The problem occurs when we select the 'Network Node' feature (Which is mutually exclusive from the 'Workstation' feature). In this case the shortcuts are installed anyway.
There are other components which are only in the 'Network Node' feature which seem to install when expected.
Any ideas as to why the shortcuts component, which is included only in a specfic feature is installed even if the other feature is selected.
Thanks
Stephen
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 11, 2012
04:12 AM
you might have to log the installation and check for InstallValidate action and also can check for ADDLOCAL which lists the set of features which are picked for installation.