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