Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the installer's icon using Installshield 2011?

I'm using Installshield 2011 to create an installer and it create an output installer whose icon is something that I want to replace one of my own. How can I do it? Please help!

alt text

like image 560
Nam G VU Avatar asked Oct 15 '10 11:10

Nam G VU


People also ask

Where is InstallShield located?

If no paths are specified in any of the aforementioned locations, InstallShield checks the default location (InstallShield (or Standalone Build) Program Files Folder\SetupPrerequisites).


1 Answers

I found this in the InstallSheild 2011 evaluation guide (PDF) - does this work for you?

  1. In the View List under Media, click Releases.
  2. In the Releases explorer, click the your release.
  3. Click the Setup.exe tab.
  4. 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.

installshield screenshot

like image 74
Colin Pickard Avatar answered Sep 20 '22 21:09

Colin Pickard