cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lordmaxx
Level 6

Changing Setup.exe's icon.

I know you can change the setup icon in a installscript project, but my project is a MSI Basic Package and I cannot seem to find a place to change the icon for the actual executable. Is this possible?

Thanks.
Labels (1)
0 Kudos
(5) Replies
thepeter
Level 7

You can open the file "Setup.exe" in "..Macrovision\IS2008\Redist\Language Independent\i386\" with Visual Studio (I know VS2005 works, haven't tried VS2008) and modify it's icon. Bear in mind that icon will be used in all future releases, so I suggest you make a back-up of the file before modifying it.
Regards, Peter.
0 Kudos
lordmaxx
Level 6

That will work quite well. all of our releases use the same icon. Thanks!
0 Kudos
arhipoff
Level 2

Hi, I'm wondering if I can do the same trick in standalone build? I copied setup.exe from my regular machine to C:\Program Files\Macrovision\IS 2008 StandaloneBuild\Redist\Language Independent\i386 on standalone build computer but I'm still getting regular icon.
Please help!!!
0 Kudos
Gvarma
Level 7

Alternatively you could also use any "resource editor" to open project specific setup.exe and select different dimension icons to change all icons displayed by default by install shield.

HTH
0 Kudos
arhipoff
Level 2

Thanks,
But I like automation, it'll be a challange to do it from command line.
0 Kudos