Assembly Information in "Add/Remove Programs"
am 10.04.2008 17:18:00 von jp2msft
In a Project's Assembly Information, what parts are used for the titles in
"Add/Remove Programs"? I see Title, Company, and Product, but the Company
string entered here does not always show up in "Add/Remove Programs."
We have several products, and we would like to keep them grouped together.
To do this, we are going to start naming our products using "Company
Product." The version information is already available.
RE: Assembly Information in "Add/Remove Programs"
am 10.04.2008 19:44:01 von PRSoCo
This value is a property of the Setup, values in deployed assemblies are
ignored.
Click on the setup project in solution explorer and select View/Properties
Windows (or F4 with C# keyboard layout). The Manufacturer (or maybe Author)
property there should be the one visible in Add/Remove Programs.
--
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
"jp2msft" wrote:
> In a Project's Assembly Information, what parts are used for the titles in
> "Add/Remove Programs"? I see Title, Company, and Product, but the Company
> string entered here does not always show up in "Add/Remove Programs."
>
> We have several products, and we would like to keep them grouped together.
> To do this, we are going to start naming our products using "Company
> Product." The version information is already available.