Skip to content
⌘ NSIS Forum Archive

CreateShortCut

2 posts

FredAt#

CreateShortCut

Hello All,

I have looked through forum messages and the NSIS help file but have not been able to figure out just what I need to do do customize the icon used for my website link.

CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url" "$INSTDIR\myapp.exe" 0

which I expect to fetch the right icon form my executable does not work - and nor does anything else I have tried.

I'd much appreciate any help.