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

前端 未结 3 1596
滥情空心
滥情空心 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:08

    msi cant be edited. At the same time setup exe doenst have all the valid informations. The best way to handle this is to have an msi to exe converter. EgeUE-MSI-to-EXE is a good converter which need not be installed. It converts msi to exe on the fly. Now you can edit the icon of this exe from your visual studio as explained by @mkchandler. Bear in mind that the logo you are going to import has to be .ico file to avoid further complications. I did not get a jpg or bmp image working as the icon. ico works fine like a breeze..

提交回复
热议问题