代码之家  ›  专栏  ›  技术社区  ›  Tom

安装Windows SDK/工具包8.1/10

  •  1
  • Tom  · 技术社区  · 10 年前

    由于Microsoft现在需要sha256进行签名下载,我需要更新signtool。exe,它是Windows SDK/kit的一部分。

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

    我已经尝试将其安装到默认路径和备用路径。我也尝试过选择只安装一件东西。不管怎样,结果都一样。

    1 回复  |  直到 10 年前
        1
  •  0
  •   Tom    10 年前

    这是我如何解决的。

    • 在另一台计算机上安装SDK。
    • 拉链
    • 移动到SDK安装不工作的计算机。
    • 开始使用新的签名工具
    推荐文章