nobody.price
nobody.price

Reputation: 231

How set icon for ClickOnce

Tried example for set icon in ClickOnce installation, but get no progress. In publish->Options->File Associations set extension for .application and selected my icon. Maybe i looking for wrong way to set icon, but my app.appref-ms still have default icon.

Upvotes: 3

Views: 3713

Answers (2)

Iliass Akkara
Iliass Akkara

Reputation: 671

Have you tried reinstalling the app, source: ClickOnce start menu icon. There are many solutions provided by the contributers of the aforementioned source, some indicating that it might be in the size of the icon.ico file or that the file wasn't marked included prior to the deployment. Hopefully you'll find your answer there.

Upvotes: 0

Tom H
Tom H

Reputation: 125

Context menu on project-> Properties -> Tab Application -> TextBox Icon

Upvotes: 4

Related Questions