Windows 7 SDK installation failure

前端 未结 12 1448
南方客
南方客 2020-12-02 03:41

I seem to be completely unable to install the Windows 7 SDK onto my machine, and the only solution I\'ve found on the web is to make a swathe of registry changes. I\'ve done

12条回答
  •  时光取名叫无心
    2020-12-02 04:11

    I have had this same problem with the x64 version installation. It relates (in my case at least) to the dexplore.exe installation. I uninstalled dexplore, reinstalled it, did a heap of registry changes, etc. as per various blogs and SDKs all to no avail. What finally fixed it for me was editing this registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\DisableBrowse
    

    I changed the value to 0. Once the SDK had installed (quite happily this time) I set the value back to 1.

    What alerted me to the possible error was the following in the SDK setup log:

    12:19:42 PM Friday, 8 January 2010: SFX C:\Program Files\Microsoft SDKs\Windows\v7.0\Setup\SFX\dexplore.exe installation started with log file C:\TEMP\Microsoft Windows SDK for Windows 7_dd2d9383-116d-441f-85b3-7c16aeb3568e_SFX.log
    12:19:47 PM Friday, 8 January 2010: C:\Program Files\Microsoft SDKs\Windows\v7.0\Setup\SFX\dexplore.exe installation failed with return code 1625
    

    And this in the dexplore installation logfile:

    MSI (s) (E4:7C) [12:19:46:680]: Machine policy value 'DisableBrowse' is 1
    MSI (s) (E4:7C) [12:19:46:680]: Adding new sources is not allowed.
    MSI (s) (E4:7C) [12:19:46:680]: Warning: rejected attempt to add new source 'c:\eb66d60e4283bfc2986755fa\' (product: {6753B40C-0FBD-3BED-8A9D-0ACAC2DCD85D})
    MSI (s) (E4:7C) [12:19:46:680]: MSI_LUA: Elevation prompt disabled for silent installs
    MSI (s) (E4:7C) [12:19:46:680]: Note: 1: 1729 
    MSI (s) (E4:7C) [12:19:46:680]: Product: Microsoft Document Explorer 2008 -- Configuration failed.
    

    I hope this is of assistance in your situation.

提交回复
热议问题