views:

128

answers:

2

I am deploying with ClickOnce. My app has a default icon, which is used fine. When updating (via clickonce) the update window does not use my application icon (it uses the default no icon).

I can't find a way to change this to use my application icon. Does anyone know?

Thanks!

A: 

Did you make sure your icon is selected under the properties section?

Nate Shoffner
The properties of what? Is there a way to get to the properties section of the clickonce update form?
aSkywalker
+2  A: 

Apparently you can do this with the MageUI utility. I have not tried this. I'm still looking for a way to do this from Visual Studio.

http://thedatafarm.com/blog/dotnet/after-three-years-i-discover-how-to-choose-a-clickonce-icon-in-mageui/

Coov