Skip to content
⌘ NSIS Forum Archive

create desktop shortcut with start in direcotry

3 posts

sundaram123#

create desktop shortcut with start in direcotry

Hi,

while creating desktop short cut I want to specify start in direcotry. How will I do this?


This is how I create desktop short cut.

CreateShortCut "$DESKTOP\${START_SHORTCUT_NAME}.lnk" "$INSTDIR\bin\${APP_STARTUP_FILE}" \
"" "$INSTDIR\${APPLICATION_ICON}" 0

Thanks
Sundaram
deguix#
You forgot "\" at the end of the command first line.

I want to specify start in direcotry
It is the target file path. But maybe someone else can help, as I can't right now (time to go to bed...zzzzzz).
kobus#
please see my today post

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.