My code is like this :
Section "Start Menu Shortcuts"
CreateShortCut "$DESKTOP\${NAME_LINK}.lnk" "${URL_LINK}" "" "icon.ico"
SectionEnd
If I give the .exe to another person, he don't see the icon because it isn't on his computer. (my file icon.ico is'nt include in the .exe)
How can I include the file icon.ico in my .exe ?
Thanks a lot !