VS 2010安装项目:如何在程序和功能中获取制造商名称
在 VS 2010 中的设置项目中,我在属性窗口中设置了Manufacturer 和ProductName 属性。我还设置了 Web 应用程序和类库的程序集的 Company 属性。当我安装时,在程序和功能中,我希望列出“制造商产品名称”。现在,我只得到 ProductName。我有其他解决方案,其设置项目在程序和功能中列出了制造商,但我无法弄清楚有什么不同。
In my setup project in VS 2010, in the properties window, I have set the Manufacturer and ProductName properties. I have also set the Company property of the assemblies of my web application and class library. When I install, in Programs and Features, I want the "Manufacturer ProductName" listed. Now, I only get ProductName. I have other solutions that have setup projects that list the Manufacturer in Programs and Features, but I can't figure out what is different.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将“ProductName”属性设置为“Manufacturer ProductName”
You can set the "ProductName" property to "Manufacturer ProductName"