我在签署我的软件时遇到了一个奇怪的错误。我正在使用 inno setup 4.5.2。
Running Sign Tool command: signtool.exe sign /a /f cert.pfx /v /t "http://timestamp.verisign.com/scripts/timstamp.dll" /p pwd /d "Setup Label" "out\uninst.e32.tmp"
SignTool Error: An unexpected internal error has occurred.
Error information: "Error: Store IsDiskFile() failed." (-2147024893/0x80070003)
Error in W:\path\installer.iss: Sign Tool failed with exit code 0x1.
Compile aborted.
命令行看起来还不错,它甚至可以在 inno setup 编译之外工作。在设置SignedUninstaller=no
get me farther 时,在尝试签署输出设置文件时仍然会出现此错误。
现在我已经到处寻找该错误代码(0x80070003)和/或消息“Store IsDiskFile()失败”。我也尝试过使用多个版本的signtool。