Jul 13, 2011
07:45 AM
No it has not. It creates a shortcut and it looks like a folder shortcut, but when I double-click it is actually looking for a program. When I go to the Properties of the shortcut the Target Type is still 'File'. Is I manually create a shortcut to that folder, the Target Type is 'File folder'.
... View more
Jul 06, 2011
10:40 AM
How will that put the shortcut in a desktop folder? In my install I need to create a folder named "MyApp" on the desktop. Inside this folder I want a shortcut to another folder named "Reports".
... View more
Jul 06, 2011
07:12 AM
I want to create a shortcut to a folder that gets installed. I've searched and done what was suggested but still no shortcut. I have a directory named "Reports" in TARGETDIR. I want to create a shortcut to "Reports" in a folder named "MyApp" on the desktop. This is what I tried. It creates a shortcut, but the shortcut is a file type shortcut and not a folder shortcut. szFolder = TARGETDIR ^ "Reports"; LongPathToQuote(szFolder,TRUE); AddFolderIcon( FOLDER_DESKTOP ^ "MyApp", "Reports Shortcut", szFolder, "", "", 0, "", NULL);
... View more
Labels
- Labels:
-
InstallShield 2011
Jul 01, 2011
06:28 AM
I want to create a shortcut to a folder that gets installed. I've searched and done what was suggested but still no shortcut. I have a directory named "Reports" in TARGETDIR. I want to create a shortcut to "Reports" in a folder named "MyApp" on the desktop. This is what I tried. It creates a shortcut, but the shortcut is a file type shortcut and not a folder shortcut. szFolder = TARGETDIR ^ "Reports"; LongPathToQuote(szFolder,TRUE); AddFolderIcon( FOLDER_DESKTOP ^ "MyApp", "Reports Shortcut", szFolder, "", "", 0, "", NULL);
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Latest posts by pfsjmiller
Subject | Views | Posted |
---|---|---|
990 | Jul 13, 2011 07:45 AM | |
990 | Jul 06, 2011 10:40 AM | |
2674 | Jul 06, 2011 07:12 AM | |
2700 | Jul 01, 2011 06:28 AM |
Activity Feed
- Posted Re: Creating shortcut to folder on InstallShield Forum. Jul 13, 2011 07:45 AM
- Posted Re: Creating shortcut to folder on InstallShield Forum. Jul 06, 2011 10:40 AM
- Posted Creating shortcut to folder on InstallShield Forum. Jul 06, 2011 07:12 AM
- Posted InstallScript: creating shortcut to a folder on InstallAnywhere Forum. Jul 01, 2011 06:28 AM