繁体   English   中英

安装Windows SDK / Kits 8.1 / 10

[英]Installing Windows SDK / Kits 8.1 / 10

由于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 ===

我尝试将其安装到默认路径和替代路径。 我也尝试只选择安装一件事。 无论如何,结果都是一样的。

这是我解决的方法。

  • 在另一台计算机上安装SDK。
  • 压缩
  • 移至无法安装SDK的计算机。
  • 开始使用新的signtool

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM