gpt4 book ai didi

installation - bundle 无效负载原因 : 0x80070570

转载 作者:行者123 更新时间:2023-12-05 05:26:48 24 4
gpt4 key购买 nike

维克斯 3.6。我正在尝试运行一个包:

<Bundle Name="Setup" Version="1.0.0.0" Manufacturer="Bentley" UpgradeCode="37d68094-0b98-4b16-bfbe-7f0d3015064a">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />

<Chain>
<MsiPackage SourceFile="path/to/MyMsiFileWhichIsFine.msi" Cache="yes" Compressed="no" InstallCondition="1"/>
</Chain>

执行结果:

0x800b0109 A certification chain processed, but terminated in a root certificate which is not trusted by the trust provider.

日志文件说:

Detected partially cached package: MyMsiFileWhichIsFine.msi, invalid payload: MyMsiFileWhichIsFine.msi, reason: 0x80070570

我签署了这个 msi。 Bootstrap 也使用(cf this link)签名:

insignia -ib Setup.exe -o engine.exe
signtool engine.exe (extra parameters excluded for simplicity)
insignia -ab engine.exe Setup.exe -o Setup.exe
signtool Setup.exe

最佳答案

一种可能是 msi 是在外部创建的,而不是使用作为 WIX 一部分的 Heat.exe。当我尝试使用 VB6 文件时,我遇到了类似的问题,并且不得不添加标志以忽略这些检查。但在您的情况下,Bootstrapper 可能无法正确解释 msi。 msi 是如何创建的?你用的热吗?如果可以,您可以发布热线吗?

关于installation - bundle 无效负载原因 : 0x80070570,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23733259/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com