开发者

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

I'm working on a VS2010 installer for a Windows Service p开发者_StackOverflowroject. 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.

VS2010 installer - how to set [manufacturer] and other such 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜