Click here to Skip to main content
15,898,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
How do I change the default icon that Control Panel / Add or Remove Programs uses for a .net application ?
Posted

Maybe this [^] can help.
 
Share this answer
 
Hi..Its simple enough. What u need to do is ,
1)Right click your Project in solution explorer and click properties.
2)From the available tabs on property page select "Application" tab.
3)Here you would find one combo/dropdown with lable Icon. Select Browse from it and specify the icon you want to use.
4) Build/ Deploy your application.
5) Now you would see the icon you specified early in the control panel add/remove programs.

Thanks & Regards,
Mr. Ashish Gandhi
http://www.gapservices.co.in
 
Share this answer
 
Comments
bvtoms 17-Jul-10 2:24am    
Hi Ashish Gandhi,
thanks for you reply. I tried the method that you posted. But it only helped me to change the icon of my application's exe file. Anyway I solved my problem.
Hi.....
I found the solution.
In the Solution Explorer, Right Click on Deployment Project Properties(after the setup file is created).
In the properties window first one is AddRemoveProgramsIcon,there you can browse the icon file. An Icon window will pop up in which Click on Browse.Select Application Folder->Ok->Add File. Now you can select any icon file in the system from there. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900