2

In my setup project in VS 2010, in the properties window, I have set the Manufacturer and ProductName properties. I have also set the Company property of the assemblies of my web application and class library. When I install, in Programs and Features, I want the "Manufacturer ProductName" listed. Now, I only get ProductName. I have other solutions that have setup projects that list the Manufacturer in Programs and Features, but I can't figure out what is different.

Tim Partridge
  • 3,365
  • 1
  • 42
  • 52

1 Answers1

1

You can set the "ProductName" property to "Manufacturer ProductName"

AltonV
  • 26
  • 3