You're right, it doesn't exist yet. Will add it in a future version.
In the meantime, you can create one by changing the target of an existing Command shortcut to a Directory key, which you can find out opening the AIP file in a text editor and looking for the Directory field of a Row in the MsiDirsComponent.
I tried changing Target="New_Folder_1_DIR" and when I try to save the new .aip file in the advanced installer, I get an Error: Exception - Access Violation.
Could someone show me the correct format to make a link to a directory?
Hi,
Here are the steps to create a shortcut to a folder:
1.Create a new "Shortcut to External File"
2.Clear the Arguments field.
3.Set the "Shortcut Target" field to a string of form [DirectoryKey].
"DirectoryKey" is the primary key of the row of the shortcut target folder.
An easy way to find it without opening the aip file is the following:
a)Press the "Folder" button from the Arguments group box and select the folder you want to create the shortcut to and press OK.
b)Cut the text from the Arguments field and paste it in the "Shortcut Target" field.
4.Set the "Shortcut Folder" field to the folder where the shortcut is to be created.