VS2010安装程序-如何设置[制造商]和其他此类属性

发布于 2024-11-18 02:50:21 字数 137 浏览 0 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

谁许谁一生繁华 2024-11-25 02:50:21

从您对 @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.

enter image description here

陈独秀 2024-11-25 02:50:21

您应该在解决方案资源管理器窗口中选择安装项目并按F4

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

一人独醉 2024-11-25 02:50:21

尝试在程序集信息文件中的 AssemblyCompany 属性中设置它

另外,这可能会有所帮助:VS 2010 安装项目:如何在程序和功能中获取制造商名称

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文