Sorry about the strange topic title, but it was a bit too long IMO. If anyone can, could someone please instruct me as to how to create a shortcut in the Start Menu (I have accomplished this part) with a "Start In" directory? I need to do this to run other EXE files in that directory, and they fail to open without this entered.
Here is my code that I have for icon creation in the Start Menu, on the desktop, and in the Quick Launch bar.
[Icons]
Name: "{group}\SnapSuite 2008"; Filename: "{app}\SnapSuite 2008.exe"
Name: "{group}\{cm:UninstallProgram,SnapSuite 2008}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\SnapSuite 2008"; Filename: "{app}\SnapSuite 2008.exe"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SnapSuite 2008"; Filename: "{app}\SnapSuite 2008.exe"; Tasks: quicklaunchicon
Can someone help me with this? I am sure it is simple but I do not want to make any errors.
-Brandon