简体   繁体   中英

How to change the icon of published c# app

I published my wpf app, but I get this icon:

在此处输入图片说明

How do I replace this icon, and also the setup name from visual studio?

I tried: right click on the project--> properties--> application-->icon and manifest-->and browsed to my icon.

but this changed only the icon on top of the window, like:

在此处输入图片说明

I am afraid ClickOnce is not very customizable. You can change the icon of setup.exe after the application has been published as suggested by @Equalsk here:

How to change Setup.exe icon when publishing through clickonce

Then you can also change the name of the file:

How to rename setup file in ClickOnce?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM