Install Win SDK 8 with error: The pipeline is shutting down.
View the installation log file with the following error:
Error 0x800700e8:failed to the write message type to pipe.
Error 0x800700e8:failed to write the send message to pipe.
Error 0x800700e8:failed to send burn_elevation_message_type_execute_msi_package MESSAGE to Per-machine process.
Error 0x800700e8:failed To configure the Per-machine MSI package.
The system is Win7 64, there are also WINDOWS6.1-KB2670838-X64.MSU patches installed.
Changes to the registry as prompted by the web also have no effect: https://blogs.msdn.microsoft.com/vsnetsetup/2013/10/04/ visual-studio-2012-fails-with-an-error-the-pipe-is-being-closed/
Finally, using the kill technology, from a normal installation of the machine directly copy the installed SDK directory, to the problematic Win7 machine, such as Copy C:\Program Files (x86) \ Windows Kits\ 8.0 to Win7 in the corresponding SDK installation directory (although the Win7 installation fails but still some files remain, directly overwrite it).
The registry then adds the following Kitsroot key value, noting that the path is to be modified to the actual directory on Win7:
Windows Registry Editor Version 5.00[hkey_local_machine\software\microsoft\windows kits\installed Roots] "kitsroot" = " C:\\Program Files (x86) \\Windows kits\\8.0\\ "
Save the above text as a. Reg execution.
Note: In my usage scenario need kitsroot, so add it to the registry, other cases do not exclude may also have other registry keys, Windows kits There are some other items, if necessary, you can try to add, good luck!
Windows SDK 8 Installation Failed to bypass method