简体   繁体   中英

VS2010 installer - how to set [manufacturer] and other such properties

I'm working on a VS2010 installer for a Windows Service project. I want to set the [manufacturer] property for the project, but I can't see where it is located in 2010.

When I try to install currently, it converts [manufacturer] to 'Microsoft'.

I can tell from your response to @mrchief's answer that you're looking in the wrong place. The assembly info source file sets the properties for the installed component. But you probably want to change the name on the setup program.

In the Properties window for the Setup project, set the Author and Manufacturer properties.

在此处输入图像描述

You should choose the Setup project in the Solution Explorer window and press F4 .

Try setting it in AssemblyCompany attribute in your assembly info file

Also, this might help: VS 2010 Setup project: how to get manufacturer name in Programs and Features

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