Hi there, I'm trying to figure out why the program I built with InstallForge, after installing and running, displays a white rectangle(default windows icon) in the taskbar.
Currently the only place the icon actually shows is in the add or remove program window, everywhere else it's a default white rectangle.
The icon index has been set to 0.
I'm using the same icon I uploaded to Steam(my program is a game), and there it works fine, so I believe the file is ok.
I put an .ico file in the root directory and did the following to try and get it working:
1. Under Setup > Files, added all the files, including the .ico
2. Under Setup > Uninstallation, check "use custom display icon" and specify the .ico file
3. Under System > Shortcuts, added entries for "Desktop" and "Start Menu" for the .exe file, specified the .ico file under "Icon File" column
added Uninstall entry, specified the .ico file
I can't find any other references to icon in the program or on google, and this forum will not let me search "icon", saying it's too simple a search term.
Your help is much appreciated!