cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mitali
Level 2

How to change the icon of the setup.exe

Hi,
I am using Basic Msi Project.
I want to change the setup.exe icon and the default icon which is displayed in the dialogs screen header.

How can i do it?


Thanks
Labels (1)
0 Kudos
(3) Replies
Meravf
Level 2

Hi,

Browse to: C:\Program Files\Macrovision\IS2008\Redist\Language Independent\i386.

Open setup.exe in Visual studio. Change the Icon and save the changes.

Hope this helps,

Merav
0 Kudos
mitali
Level 2

while i am trying to open the setup.exe file from the

C:\Program Files\Macrovision\IS2008\Redist\Language Independent\i386

it gives a message "Error reading setup initialization file".
0 Kudos
bplivard
Level 4

Hi,

extra information for people who would like to change setup.exe file icon of a basic MSI project:
- open C:\Program Files\Macrovision\IS2008\Redist\Language Independent\i386\setup.exe with VisualStudio (Back the file up before attempting any change!)
- open Icon\100
- open custom icon file, select, copy and paste on the 100-icon tab (or draw directly desired icon)
- Save the new copy of setup.exe
The same may be done with setupPreReq.exe.
( I tried other ways but ended up with error messages.)
- re Build the project.

The setup launcher icon is customized under win XP, but remains unchanged under Vista though...

Has anyone got a hint on why this is so?
0 Kudos