Archive: Icons


Icons
Hi to all,

Howto can I attach my Icons in an installer?
I want add same icon for:
1) launch EXE in Start Menu
2) Uninstaller Icon in start Menu
3) Launch EXE in Installation Dir
4) Uninstaller Icon in Installation Dir.

Thanks


Do you mean shortcuts....?
Also you might wanna see Icon & UninstallIcon instructions, this is are for classic style, MUI is another story... :D


To make a Start Menu shortcut that will launch myprogram.exe and has icon.ico associated with it (both of which were already installed to $INSTDIR):


CreateShortcut "$SMPROGRAMS\myshortcut.lnk" "$INSTDIR\myprogram.exe" "" "$INSTDIR\icon.ico"