0

I want to change the control panel icon when I create a setup in vs 2010. Please help me do this.Am not able to create this.

Amulraj
  • 269
  • 4
  • 10
  • 21
  • [Default application icon can change](http://stackoverflow.com/questions/2041291/how-to-change-windows-applicatoins-default-icon-in-setup-project) but what you mean by **control panel icon**? – Damith Jun 11 '12 at 05:17

1 Answers1

4

Hi Amulraj,

        1.) Go in the properties of setup (Select setup project then press F4). 
        2.)Select Addremoveprogramicons property.
        3.)Browse ico file there.

Hope it works for you.

Sunny
  • 3,185
  • 8
  • 34
  • 66