Skip to content
⌘ NSIS Forum Archive

ShortCut start in

3 posts

fefer#

ShortCut start in

Hi

I define ShortCut with the function CreateShortCut but the ShortCut create with "start in" other than the exe location

when I open the created shortcut properties I see target is good but the "start in" is not good

my code:

CreateShortCut "$DESKTOP\RunApp.lnk" "$ReleasePath\RunApp.exe"
MSG#
It's all in the manual. The term you need is "working directory".