Internet Shortcut Icon
Hi, How to show icon for the internet shortcut.
11 posts
file could also be .exe or .icoWriteINIStr "$SMPROGRAMS\MyApp\Shortcut.url" "InternetShortcut" "URL" "http://mywebsite.com"
WriteINIStr "$SMPROGRAMS\MyApp\Shortcut.url" "InternetShortcut" "IconFile" "$INSTDIR\file.dll"
WriteINIStr "$SMPROGRAMS\MyApp\Shortcut.url" "InternetShortcut" "IconIndex" "0"