Archive: ShortCut start in


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"


It's all in the manual. The term you need is "working directory".
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.4


Thank you!
Thank you!