使用 WiX 创建的 MSI 的数字文件名
Numeric file name for MSI created with WiX
当我 运行 我的 WiX 安装程序触发用户访问控制,要求确认 运行 MSI,MSI 文件名显示为“7 位数字 number.msi” (例如“3858264.msi”)。
有没有办法将该名称更改为其他名称?
Digit File Name: I have seen signed packages display the behavior you report: seeing a digit-file name. Please try this:
Odd 'Program name' when installing signed msi installer
Essentially: signtool.exe /d "Your Software Name"
Please try that command and report the results? (we need this resolved - industry problem). One more sample.
我认为你确实签署了你的 MSI,但这是我最初写的:
数字签名:这是一个已知问题,您需要使用验证码证书对 MSI 进行签名才能显示制造商名称up 而不是文件名:
UAC 提示:“如果您对 .msi 程序包进行身份验证签名,Windows 将将其显示为名称。否则,您将获得 MSI 的临时副本,该副本的名称是随机的。"
当我 运行 我的 WiX 安装程序触发用户访问控制,要求确认 运行 MSI,MSI 文件名显示为“7 位数字 number.msi” (例如“3858264.msi”)。
有没有办法将该名称更改为其他名称?
Digit File Name: I have seen signed packages display the behavior you report: seeing a digit-file name. Please try this: Odd 'Program name' when installing signed msi installer
Essentially:
signtool.exe /d "Your Software Name"
Please try that command and report the results? (we need this resolved - industry problem). One more sample.
我认为你确实签署了你的 MSI,但这是我最初写的:
数字签名:这是一个已知问题,您需要使用验证码证书对 MSI 进行签名才能显示制造商名称up 而不是文件名:
UAC 提示:“如果您对 .msi 程序包进行身份验证签名,Windows 将将其显示为名称。否则,您将获得 MSI 的临时副本,该副本的名称是随机的。"