Archive: Question about shortcut!!


Question about shortcut!!
Hello everyone,
I have a question when using CreateShortcut method, the start-location of my link is the location where my link puts.This is weird, because a normal link's start-location usually points to the actual location the link represents.
Anyone any idea how to solve this?
Well my code ass follows:

CreateShortcut $SMPROGRAMS\$StartMenuGroup\FPClient.lnk $INSTDIR\fpclient.exe

Thanks very much!


Use SetOutPath before shortcut's creation to set up the working dir.

http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.4


Thanks very much,It works!