|
|
#1 |
|
Junior Member
Join Date: Oct 2008
Posts: 2
|
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. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
add "" in there for the parameters: ...ODUCT_NAME}.url" "" "$INSTDIR\myapp.exe" 0
IntOp $PostCount $PostCount + 1 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|