vote up 1 vote down star

Hi, I am trying to change the icon of msi installer package. I didnt found any solution for that. Also i tried to change user interface of msi installer package. I got some skins for that interface,but that is trail version.. Any one knows please help me regarding the above question.

flag

2 Answers

vote up 3 vote down

You can use Visual Studio to change the setup.exe icon. Take the following steps.

Build your setup project

Open the setup.exe file use just build, File -> Open -> File

Right click the Icon node in the file explorer window and you can change and save.

link|flag
I tried to change the icon of setup.exe file.,but iam not able to save that file. it is showing the message cannot save project\setup.exe. if any other plz let me know. thanks for ur reply. – ibrahimkhan May 15 at 10:38
Yaa I got the solution. Thank u very much.. But i have a question with u. Why cant we change the icon for msi installer file. if we can change plz reply to this. thanks. – ibrahimkhan May 15 at 14:14
vote up 2 vote down

The icon is the standard icon for .msi files. You can´t modify it from within the Setup Project in Visual Studio 2008. The screens used in the Setup Project can´t be modified either from within Visual Studio 2008. The best bet would probably be to look at other 3rd part providers. One example is the Skin Crafter Installer. You can also use Wix and create your customized dialogs yourself.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.