ソフトウェアの署名中に奇妙なエラーが発生します。私はinnosetup4.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.
コマンドラインはかなり問題ないようです。innosetupのコンパイルの外でも機能します。get meをさらに設定している間SignedUninstaller=no
、出力セットアップファイルに署名しようとしているときにこのエラーが発生します。
今、私はそのエラーコード(0x80070003)および/または「IsDiskFile()の保存に失敗しました」というメッセージをどこでも探しました。また、signtoolの複数のバージョンを試してみました。