简体   繁体   English

Windows 10 上的 Visual Studio 安装程序公司名称

[英]Visual Studio Installer company name on Windows 10

I'm using Visual Studio Installer to make a setup proyect for my solution.我正在使用 Visual Studio 安装程序为我的解决方案制作安装程序。 The setup properties look like this one:设置属性如下所示:

设置属性

Once I install my result, if I go to Control Panel and try to find my software, I see this, including software name and company name:安装结果后,如果我转到控制面板并尝试查找我的软件,我会看到以下内容,包括软件名称和公司名称:

控制面板 > 已安装的软件

The problem comes with the new Windows 10 configuration, where I cannot see company name for some reason:问题出现在新的 Windows 10 配置中,由于某种原因我看不到公司名称:

Windows 10 配置 > 已安装的软件

Any idea to fix this?有什么想法可以解决这个问题吗?

The displayed value on Windows 10 is the 'Publisher' property. Windows 10 上显示的值是“发布者”属性。 You can't set this in the installer project but instead is read from the code-signing certificate, used to sign the MSI, of your company (if they own one)您不能在安装程序项目中设置它,而是从用于签署您公司的 MSI 的代码签名证书中读取(如果他们拥有)

Answer from Microsoft Community 来自微软社区的回答

You need to digitally sign your MSI.您需要对您的 MSI 进行数字签名。 One set of instructions can be found here ;可以在此处找到一组说明; MSDN contains more information . MSDN 包含更多信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM