VS2010安装程序-如何设置[制造商]和其他此类属性
我正在为 Windows 服务项目开发 VS2010 安装程序。 我想为该项目设置 [manufacturer] 属性,但我看不到它在 2010 年的位置。
当我当前尝试安装时,它将 [manufacturer] 转换为“Microsoft”。
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'.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从您对 @mrchief 的回答的回复中我可以看出您找错了地方。程序集信息源文件设置已安装组件的属性。但您可能想更改安装程序上的名称。
在安装项目的“属性”窗口中,设置“作者”和“制造商”属性。
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.
您应该在解决方案资源管理器窗口中选择安装项目并按F4。
You should choose the Setup project in the Solution Explorer window and press F4.
尝试在程序集信息文件中的
AssemblyCompany
属性中设置它另外,这可能会有所帮助:VS 2010 安装项目:如何在程序和功能中获取制造商名称
Try setting it in
AssemblyCompany
attribute in your assembly info fileAlso, this might help: VS 2010 Setup project: how to get manufacturer name in Programs and Features