【发布时间】:2016-01-26 23:39:55
【问题描述】:
由于 Microsoft 现在需要 sha256 进行签名下载,我需要更新作为 Windows SDK/工具包一部分的 signtool.exe。
Windows Kis SDK 应该不错(我使用的是 Windows 10),但在尝试安装时出现错误(在线安装和可再发行下载)
这是日志:
=== Verbose logging started: 26-01-2016 01:36:42 Build type: SHIP UNICODE 5.00.10011.00 Calling process: X:\AppData\Local\Temp\{ed3a6e6d-9661-4357-abe4-fcc03dc57a07}\.be\sdksetup.exe ===
MSI (c) (70:E4) [01:36:42:340]: Resetting cached policy values
MSI (c) (70:E4) [01:36:42:340]: Machine policy value 'Debug' is 0
MSI (c) (70:E4) [01:36:42:340]: ******* RunEngine:
******* Product: C:\ProgramData\Package Cache\{984022F2-9BCA-A41D-6A38-1AE658F01415}v8.100.25984\Installers\Windows Software Development Kit-x86_en-us.msi
******* Action:
******* CommandLine: **********
MSI (c) (70:E4) [01:36:42:340]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (70:E4) [01:36:42:340]: Grabbed execution mutex.
MSI (c) (70:E4) [01:36:42:634]: Cloaking enabled.
MSI (c) (70:E4) [01:36:42:634]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (70:E4) [01:36:42:638]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (F8:04) [01:36:42:651]: Running installation inside multi-package transaction C:\ProgramData\Package Cache\{984022F2-9BCA-A41D-6A38-1AE658F01415}v8.100.25984\Installers\Windows Software Development Kit-x86_en-us.msi
MSI (s) (F8:04) [01:36:42:651]: Grabbed execution mutex.
MSI (s) (F8:68) [01:36:42:654]: MainEngineThread is returning 1603
MSI (s) (F8:04) [01:36:42:655]: User policy value 'DisableRollback' is 0
MSI (s) (F8:04) [01:36:42:655]: Machine policy value 'DisableRollback' is 0
MSI (s) (F8:04) [01:36:42:655]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (F8:04) [01:36:42:656]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (F8:04) [01:36:42:657]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
MSI (s) (F8:04) [01:36:42:658]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (70:E4) [01:36:42:659]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (70:E4) [01:36:42:660]: MainEngineThread is returning 1603
=== Verbose logging stopped: 26-01-2016 01:36:42 ===
我已经尝试将它安装到默认路径和替代路径。我也尝试过只选择安装一件事。无论如何,结果都是一样的。
【问题讨论】: