How to add icon to WPF application desktop shortcut?

前端 未结 1 713
迷失自我
迷失自我 2021-01-21 06:28

Please note that I am asking about the DESKTOP icon, not the window icon. The icon shows up on the app window. This is fine. But when I run setup to install the application, the

相关标签:
1条回答
  • 2021-01-21 07:15

    I assume you are using the Visual Studio Setup Project to create your installer.

    Go to View->Editor->File System->User's Desktop->[the shortcut]->Properties->Icon

    There you can configure the icon. I also always make sure the icon file is copied into the installation folder as a stand-alone file (though I don't think that is strictly necessary).

    0 讨论(0)
提交回复
热议问题