在Installshield中使用comodo pfx进行签名在通过命令行执行构建时失败

时间:2016-03-08 16:49:00

标签: installshield pfx

我通过修改ISM文件中的pfx和密码更新了新的comodo CodeSign证书,

现在,当通过installshield IDE运行构建时,我看到包已成功签名:

Successfully signed: 2070.mst
Started signing 1048.mst ...
Successfully signed: 1048.mst

通过命令行使用IsCmdBld.exe执行相同的ISM文件时,我得到:

[exec] Started signing 2070.mst ...
[exec] Number of errors: 1
[exec] SignTool Error: The specified PFX password is not correct.
[exec] ISDEV : error -1027: Failed signing 2070.mst
[exec] Started signing 1048.mst ...
[exec] Number of errors: 1
[exec] SignTool Error: The specified PFX password is not correct.
[exec] ISDEV : error -1027: Failed signing 1048.mst

0 个答案:

没有答案