I have InstallShield 2018, tried 3 project types, Basic MSI, InstallScript and InstallScript MSI.
I looked at InstallShield help titled "Specifying the Icon for the Setup Launcher" and specified an .ico file for setup.exe for all three project files:
- In the View List under Media, click Releases.
- In the Releases explorer, select the release that you want to configure.
- Click the Setup.exe tab.
- In the Setup.exe Icon File setting, specify the fully qualified name of the file that contains the icon that InstallShield should use when it creates the Setup.exe file at build time.
Now I see the icon displayed on the setup.exe. Next, I run setup.exe and see the icon in the task bar. But after a brief moment the icon switches back to the default InstallShield icon in the task bar.
Any idea how to keep the custom icon in the taskbar throughout the installation?