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: Application Shortcut Creation
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
‎Aug 01, 2007
09:33 AM
Application Shortcut Creation
We need the ability with one of our installs to skip the creation of Application Shortcuts based on a passed in value. For one flavor of our product, Application Shortcuts should not be created. All others they should be.
We want to use the existing install instead of havinf to create a new installation that doed not contain shortcuts just for this purpose.
Is there a way to skip the creation of the shortcuts during the install based on a passed in value?
We want to use the existing install instead of havinf to create a new installation that doed not contain shortcuts just for this purpose.
Is there a way to skip the creation of the shortcuts during the install based on a passed in value?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 01, 2007
09:47 AM
I would wrap AddFolderIcon with an If condition if you're using InstallScript to create them. That means you don't have InstallShield create them for you using the IDE.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2007
01:42 PM
If you are using a basic msi you can create a component with nothing else in it except a shortcut that points to your exe and put a condition on it based on your input.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 21, 2007
09:51 AM
You can create a new component. Put condition on this component. And the associate this commonent with your shortcut.
The shortcut will be created only if this component is installed.
The shortcut will be created only if this component is installed.