I have the following in my Inno Setup file which creates a desktop icon no problem:
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; \
GroupDescription: "{cm:AdditionalIcons}"
However, the main file that launches the program is a VBS file rather than an EXE. I’d like to have a nice icon on the shortcut rather than the VBScript one, but can’t find an option to change the icon.
Is there such an option available to set a custom icon?
The Inno Setup help about the
[Icons]section says:(source)
Hope that helps.