Is it possible to change the setup.exe and setup.msi icons to a different icon?

前端 未结 3 1574
滥情空心
滥情空心 2021-01-19 05:14

VS 2008 SP1.

I have created a setup project for our client. The icons for the setup.exe and setup.msi are the standard icons.

Our client doesn\'t want this

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-19 06:17

    You can change the setup.exe icon, but I'm not sure about the *.msi. I haven't tested this with it.

    1. Build the setup project in Visual Studio
    2. Open the setup.exe file you just built, File -> Open -> File
    3. Right click the Icon node in the file explorer window and you can change and save.
    4. Import the icon your want in the popup dialog, and make sure the ID of the icon is the smallest one.

    A quick Google search pulled up some other approaches, so if this won't work for your particular case, check some of these out.

提交回复
热议问题