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
create desktop shortcut with start in direcotry
3 posts
You forgot "\" at the end of the command first line.
I want to specify start in direcotryIt is the target file path. But maybe someone else can help, as I can't right now (time to go to bed...zzzzzz).
please see my today post