0

How to change wpf application default icon in control panel

I am working on a wpf application.I need to set application icont.I setup it by changing the icon using application properties window.But its not changing in controlpanel.Control panel still shows default application icon.please help..

Sachin123
  • 251
  • 5
  • 18

1 Answers1

6

If you use the setup project:

In the Properties Window of the setup project, the first property is AddRemoveProgramsIcon.

If you use clickonce there is no easy way to do it:

You must use a registry hack: Custom icon for ClickOnce application in 'Add or Remove Programs'

Community
  • 1
  • 1
giammin
  • 18,620
  • 8
  • 71
  • 89