How to Add icon to Setup in c#?

Hi All,
I was working on one small c# project and created .exe ,
Every thing was good except setup was showing some random icon,

I searched internet and found only few place where they solved this problem correctly so I am adding the solution here also .
May be this will help some one.

If you want to add you icon then do following steps

1. Keep your .icon file ready
2. Right Click on project name and click on properties,
3. Click on Application option and go to icon and manifest checkbox ,
4. check that checkbox and click on button on right side of first text box, button is like "..." , upload your icon and execute again.
Now go to bin and see new EXE with your icon .

Please comment if you need any help or have any suggestions.


Thanks
Abhishek

Comments