Hi,
I am currently evaluating InstallAware 7 as a possible replacement for Wise for Windows Installer, and was wondering, is it possible to have a short cut created only if a specific feature is selected during the install?
Troy.
Feature Specific Shortcuts
-
- Site Admin
- Posts: 364
- Joined: Mon Jul 30, 2007 11:51 am
- Location: USA
- Contact:
Sure, This is accomplish with the Get Component State command, a condition, and the Create Shortcut command. Here is an example:
Code: Select all
Get Component New Project Selection State into Variable SELECTED
if Variable SELECTED Equals TRUE
Create Shortcut $SHORTCUTFILESALL$\\ to $TARGETDIR$Application.exe
end
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: Baidu [Spider] and 102 guests