Reputation: 3037
When I publish my application I get a .application file and a setup.exe - is it possible to change the icon of the setup.exe?
Upvotes: 1
Views: 1100
Reputation: 11878
If setup.exe does not have a digital signature you can use resource editor to replace the default icon with the icon you want. Resource Hacker can do this.
If setup.exe is digitally signed, you will have to remove the signature before editing the file and sign it once again after editing resources.
Upvotes: 2