Hi,
Here are the steps to accomplish what you need:
- in the Merge Module project you go to the "Files and Folders" page and create a new folder under "Application Folder"
- in the new folder you add the shortcuts you need
- you double-click the folder and in the "Edit Folder" dialog you check the "Install folder content into the parent folder" option
- you right-click the folder and select the "Configurable" -> "Directory_Parent" menu
- you use the "Add" button and the "New Parameter" option
- in the "Edit Configuration Parameter" dialog you set these values:
Code: Select all
Name: ShortcutDir
Type: Key Directory
Default Value: APPDIR
Attributes: Non nullable (this option is checked)
- you build the merge module
- when you add it in the main project, in the "Configure Merge Module" dialog you select the "ShortcutDir" parameter and click the "..." button (the one in the "Parameters" section)
- in the "Choose installation folder" dialog you select "Application Shortcut Folder"
Now, everything placed in the folder created under "Application Folder" in the Merge Module will be installed in "Application Shortcut Folder"
You can read more about configurable merge modules here:
http://www.advancedinstaller.com/user-g ... dules.html
Regards,
Cosmin