Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 setup project, missing icon in Uninstall or change a program list

Tags:

c#

wpf

I've made a setup project for my wpf application and set an icon for the Start menu and the shortcut on the desktop.

How do I get it to add my icon to the Uninstall or change a program list ? Now it just displays the annoying default icon.

Thanks.

like image 395
user1005448 Avatar asked Nov 02 '11 10:11

user1005448


People also ask

How do I change the default company name in Visual Studio 2019?

If you want to change the Default Company Name visible in control panel in Publisher column, then change the Manufacturer property in properties window of setup project. if you want to change the program name as visible in Name column in control panel please change the ProductName in properties window.


1 Answers

Click your Setup project root node in solution explorer and see the properties window. You'll see the required setting there. enter image description here

like image 54
Hassan Gulzar Avatar answered Oct 20 '22 10:10

Hassan Gulzar