felixrieseberg / windows-build-tools

:package: Install C++ Build Tools for Windows using npm
MIT License
3.4k stars 237 forks source link

windows-build-tools not installing Windows SDK 8.1? #9

Open chadly opened 8 years ago

chadly commented 8 years ago

From the comment here, it seems like installing windows-build-tools should also install the Windows SDK 8.1.

From a win 10 machine, I ran (from administrator cmd prompt):

npm install windows-build-tools -g
npm install aglio

with this output:

> protagonist@1.4.1 install C:\dev\archon\webhooks\docs\node_modules\protagonist
> node-gyp rebuild

C:\dev\archon\webhooks\docs\node_modules\protagonist>if not defined npm_config_node_gyp (node "C:\Users\chad.lee\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Warning: Missing input files:
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-SchemaTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-RefractDataStructureTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-RefractSourceMapTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-RefractParseResultTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-SerializeResultTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-SerializeSourceMapTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-ElementFactoryTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-ApplyVisitorTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-CAPI.c
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-ExtendElementTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-drafter.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-RenderTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-CircularReferenceTest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-RefractAPITest.cc
C:\dev\archon\webhooks\docs\node_modules\protagonist\build\drafter\..\..\drafter\test\test-OneOfTest.cc
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error
 MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK vers
ion in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\dev\archon\w
ebhooks\docs\node_modules\protagonist\build\drafter\libdrafter.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error
 MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK vers
ion in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\dev\archon\w
ebhooks\docs\node_modules\protagonist\build\drafter\ext\snowcrash\libmarkdownparser.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error
 MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK vers
ion in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\dev\archon\w
ebhooks\docs\node_modules\protagonist\build\drafter\ext\snowcrash\libsnowcrash.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error
 MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK vers
ion in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\dev\archon\w
ebhooks\docs\node_modules\protagonist\build\drafter\libsos.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error
 MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK vers
ion in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\dev\archon\w
ebhooks\docs\node_modules\protagonist\build\drafter\ext\snowcrash\libsundown.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\chad.lee\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\chad.lee\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\dev\archon\webhooks\docs\node_modules\protagonist
gyp ERR! node -v v6.2.2
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.12
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\chad.lee\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "aglio" "--save-dev"
npm ERR! node v6.2.2
npm ERR! npm  v3.10.2
npm ERR! code ELIFECYCLE

npm ERR! protagonist@1.4.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the protagonist@1.4.1 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the protagonist package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs protagonist
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls protagonist
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\dev\archon\webhooks\docs\npm-debug.log

Relevant line being MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK...

Is this something windows-build-tools should have installed and made available?

ali92hm commented 8 years ago

@chadly Thank you for reporting this error. Unfortunately, I'm unable to reproduce the problem. Having said that, I cannot get the project to build by running the following commands on a clean install of Windows 10 on a VM.

npm install windows-build-tools -g
npm install aglio

Nor by fallowing the instructions on Windows installation for node-gyp

Both those methods result in different build errors. Are you able to install aglio by following the Windows installation instruction for node-gyp?

kneumei commented 8 years ago

@chadly did you figure out a work around? I'm having the same problem

ArtskydJ commented 8 years ago

@kneumei @chadly are you guys able to install any of these packages?

kneumei commented 8 years ago

I did not try any of those, but I did try nslog.

I switched to using the "normal" instructions for building with node-gyp instead of using windows-build-tools (installing vs 2015 + cpp tools, python) and now things are working for me.

I'm not sure if this makes a difference or not, but I had installed vs 2015 + cpp tools already on my machine before installing windows-build-tools when I saw the error.

ainthek commented 8 years ago

having similar problem with npm install oracledb.

it complains with: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK vers ion in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\workspaces\i nit\node_modules\oracledb\build\oracledb.vcxproj]

spoggie commented 8 years ago

I think the important command is: npm config set msvs_version 2015

schungx commented 8 years ago

Got the same error re no Windows 8.1 SDK. Does it depend on C++ being installed with VS 2015 to get the Windows SDK? Or maybe we should simply install the Windows 8.1 SDK?

replete commented 8 years ago

I'm getting the same error whilst trying to install the brotli npm package.

I'm using Windows 10 Enterprise latest and Visual Studio 2015.

replete commented 8 years ago

I believe I have found the cause of the problem:

  1. I tried to manually install this from the url installerUrl here.
  2. I could not continue the installer without uninstalling Visual Studio 2015. Error in setup

It seems likely that this package does not check that the installers exited cleanly, or rather, did not verify the installation was successful.

nstepien commented 8 years ago

@replete Have you tried running the installer with these parameters? https://github.com/felixrieseberg/windows-build-tools/blob/042c1344762ffde1acac2ebbf4fd8a20cf8c4efa/ps1/launch-installer.ps1#L26-L28

replete commented 8 years ago

By coincidence, I had just done this.

The log file appear to confirm the issue: [2CFC:11A8][2016-10-10T17:00:10]i000: MUX: Exit with 0x80044000 (Blocked)

Full log file:

[2CFC:0FC0][2016-10-10T17:00:03]i001: Burn v3.7.4906.0, Windows v10.0 (Build 14393: Service Pack 0), path: D:\Downloads\visualcppbuildtools_full.exe, cmdline: '/NoRestart /S /L log.txt -burn.unelevated BurnPipe.{CB509EEE-D655-4EB4-95A1-7AE59D296908} {4AD1C2EB-D72A-432B-8A4F-AF7E4A8497B6} 5452'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'EditionDisplayName' to value 'Microsoft Visual C++ Build Tools'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'SkuSpecificHKLMHive' to value 'Software\Microsoft\VisualStudio\14.0'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'RebootRequested' to value '0'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'ExecuteSecondaryInstaller' to value '0'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'BundleProgressKey' to value 'Software\Microsoft\VisualStudio\14.0\Setup\VisualCppBuildTools\Full'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'SetupFeedKey' to value 'Software\Microsoft\VisualStudio\14.0\Setup\VisualCppBuildTools\Full'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'LicenseFwlinkId' to value '735041'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'MoreLanguageFwlinkId' to value '659020'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'VSEIPAndPrivacyFwlinkId' to value '658994'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'MinOsLevelFwlinkId' to value '659008'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'SolutionFwlinkId' to value '658995'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'HelpFwlinkId' to value '658996'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'IE10FwlinkId' to value '658998'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'Win81BlockFwlinkId' to value '658999'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'SHA256BlockFwlinkId' to value '659006'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'Win81PreRelBlockFwlinkId' to value '659000'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'UninstallMddInfoFwlinkId' to value '659002'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing numeric variable 'UpdateXmlFwlinkId' to value '659005'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'NetfxProductVersion' to value '4.5.25000'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'ProfessionalVSVersion' to value '11.0.50727'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'BaselineBundleVersion' to value '14.0.23107'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'ProductKey' to value '3NTMYRCPP3D7HMQMYJJKGJGWR'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'ProductSKU' to value ''
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'WinBlue_Desktop_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.1\'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'WinBlue_Common_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.1\'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'WinBlue_Intellisense_KitsRootPath' to value '[ProgramFilesFolder]Windows Kits\8.1\'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Initializing string variable 'MbaNetfxPackageId' to value 'netfxfullredist_43;netfxfullweb'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Setting string variable 'WixBundleLog' to value 'D:\Downloads\log.txt'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Setting string variable 'WixBundleOriginalSource' to value 'D:\Downloads\visualcppbuildtools_full.exe'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'D:\Downloads\'
[2CFC:0FC0][2016-10-10T17:00:03]i000: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ Build Tools'
[2CFC:0FC0][2016-10-10T17:00:04]i000: Loading managed bootstrapper application.
[2CFC:0FC0][2016-10-10T17:00:04]i000: Creating BA thread to run asynchronously.
[2CFC:11A8][2016-10-10T17:00:04]i000: Ux Started
[2CFC:11A8][2016-10-10T17:00:04]i000: MUX:  Loading LocalizableStrings.xml string from LocalizableStrings.xml
[2CFC:11A8][2016-10-10T17:00:04]i000: MUX:  Reset Result
[2CFC:11A8][2016-10-10T17:00:04]i000: MUX:  Current action: Install
[2CFC:11A8][2016-10-10T17:00:04]i000: Setting string variable 'CurrentOperation' to value 'Install'
[2CFC:11A8][2016-10-10T17:00:04]i000: Setting string variable 'IsLanguagePack' to value ''
[2CFC:11A8][2016-10-10T17:00:04]i000: MUX:  Current action: Install
[2CFC:11A8][2016-10-10T17:00:04]i000: Setting string variable 'CurrentOperation' to value 'Install'
[2CFC:11A8][2016-10-10T17:00:04]i000: MUX:  New last unconfirmed source: Web
[2CFC:11A8][2016-10-10T17:00:04]i000: MUX:  Source confirmed
[2CFC:11A8][2016-10-10T17:00:04]i000: Setting string variable 'CurrentRepairPackage' to value ''
[2CFC:11A8][2016-10-10T17:00:04]i000: Setting numeric variable 'UpdateInModify' to value 0
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting numeric variable 'HypervisorSupported' to value 1
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting numeric variable 'HypervisorEnabled' to value 1
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Resume = None
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Restart = Never
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Relation = None
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Action = Install
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Display = None
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'CustomInstallPath' to value 'C:\Program Files (x86)'
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'ExecuteSecondaryInstaller' to value '0'
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'SecondaryInstallerParameters' to value ''
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'SecondaryInstallerDynamicItems' to value ''
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting numeric variable 'ConnectPipeToSecondaryInstaller' to value 0
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'SecondaryInstallerPipeName' to value ''
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'SecondaryInstallerPipeSecret' to value ''
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'RelationType' to value 'None'
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'DisplayMode' to value 'None'
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting numeric variable 'NetworkAvailable' to value 1
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'OriginalDisplayMode' to value 'None'
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'OriginalDisplayModeSwitch' to value '/quiet'
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Metrics: ShouldSendData=True
[2CFC:11A8][2016-10-10T17:00:05]i000: Setting string variable 'InstanceSessionId' to value '0a84b4e0-60f8-4f42-930d-dea6678bd9be'
[2CFC:11A8][2016-10-10T17:00:05]i000: MUX:  Create new AI Session:0a84b4e0-60f8-4f42-930d-dea6678bd9be
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  SetupAction: Install
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  ProductVersion: 14.0.25420.01
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  ProductLanguage: 1033
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Branch: d14rel
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  OS: Windows 10 Enterprise 2016 LTSB
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  OSVersion: 10.0.14393.0
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  OSLanguage: 2057
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  OSArchitecture: AMD64
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  RecordVirtualMachineInformation version: alaska - 1072009
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  RecordVirtualMachineInformation serialNumber: not applicable                  
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  RecordVirtualMachineInformation product: w230ss                 
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Ux Initialized
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Aquiring mutex 'Global\VisualCppBuildTools_Full' with a timeout of 0 ms
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Mutex 'Global\VisualCppBuildTools_Full' ownership: True
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Seen existing cache mutex 'Global\VisualCppBuildTools_Full CacheMutex': False
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Aquiring mutex 'Global\VisualCppBuildTools_Full CacheMutex' with a timeout of 60000 ms
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Mutex 'Global\VisualCppBuildTools_Full CacheMutex' ownership: True
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Online feed url: http://go.microsoft.com/fwlink/?LinkID=659004
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Flp lang online feed uri: http://go.microsoft.com/fwlink/?LinkID=659004&clcid=0x409
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Embedded feed is selected as a local feed.
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Local copy of the dynamic feed is present: C:\Users\phil\AppData\Local\Temp\{a9528995-e130-4501-ae19-bbfaddb779cc}\.ba1\Feed.xml
[2CFC:11A8][2016-10-10T17:00:06]i000: MUX:  Feed uri to register: http://go.microsoft.com/fwlink/?LinkID=659004&clcid=0x409
[2CFC:11A8][2016-10-10T17:00:08]i000: MUX:  After online feed and local feed comparison, the online feed: http://go.microsoft.com/fwlink/?LinkID=659004&clcid=0x409 has higher version 
[2CFC:11A8][2016-10-10T17:00:08]i000: MUX:  Final feed location: C:\Users\phil\AppData\Local\Temp\1981786583.xml
[2CFC:11A8][2016-10-10T17:00:08]i000: MUX:  Feed uri to register: http://go.microsoft.com/fwlink/?LinkID=659004&clcid=0x409
[2CFC:11A8][2016-10-10T17:00:08]i000: MUX:  Enter Run
[2CFC:0FC0][2016-10-10T17:00:08]i100: Detect begin, 78 packages
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Detection Phase
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  ---------------
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting version variable 'BuildTools_Core_Installed' to value '14.0.25420.0'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'CommunityCheck_DetectKey' to value '1'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'MTPack461_InstalledRelease' to value '394271'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'MTPack461_InstalledReleaseExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'MTPackLP461_InstalledReleaseEnu' to value '394271'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'MTPackLP461_InstalledReleaseExistsEnu' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'netfxfullredist_43_CBSValue' to value '1'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'netfxfullredist_43_DetectKey' to value '4.6.01586'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'netfxfullredist_43_DetectKey_Exists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'netfxfullredist_43_DetectKey_Release' to value '394802'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'netfxfullredist_43_DetectKey_Version' to value '4.6.01586'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'netfxfullredist_43_OS_BuildNumber' to value '14393'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'NetFxFullRedist_InstalledRelease' to value '394802'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'NetFxFullRedist_InstalledReleaseExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'OS_BuildNumber' to value '14393'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'SDK461_InstalledVersion' to value '4.6.01055'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'SDK461_InstalledVersionExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_MSBuild_Base_DetectKeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_Core_DetectKeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X64.ARM'; variable = 'VC_Tools_X64_ARM_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X64_ARM_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X64.Base'; variable = 'VC_Tools_X64_Base_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X64_Base_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X64.Nat'; variable = 'VC_Tools_X64_Nat_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X64_Nat_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X64.X86'; variable = 'VC_Tools_X64_X86_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X64_X86_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X86.ARM'; variable = 'VC_Tools_X86_ARM_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X86_ARM_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X86_Base_DetectKeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X86.Nat'; variable = 'VC_Tools_X86_Nat_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X86_Nat_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\Tools.X86.X64'; variable = 'VC_Tools_X86_X64_DetectKeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VC_Tools_X86_X64_DetectKeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VCRedist_D14x64_KeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'VCRedist_D14x64_KeyValue' to value 'v14.0.24215.01'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'VCRedist_D14x86_KeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'VCRedist_D14x86_KeyValue' to value 'v14.0.24215.01'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\winexpress\Servicing\14.0\coremsi'; variable = 'VSWinExpress_DetectKey'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\wdexpress\Servicing\14.0\coremsi'; variable = 'WDExpress_DetectKey'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'Software\Classes\Installer\Dependencies\Microsoft.Windows.UniversalCRTExtensionSDK.x86.10.10150'; variable = 'Win10_Universal_CRT_SDK_Extension_SDK_KeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'Win10_Universal_CRT_SDK_Extension_SDK_KeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Registry key not found. Key = 'Software\Classes\Installer\Dependencies\Microsoft.Windows.UniversalCRTHeadersLibrariesandSources.x86.10.10150'; variable = 'Win10_Universal_CRT_SDK_KeyExists'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'Win10_Universal_CRT_SDK_KeyExists' to value 0
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'WinBlue_Common_KitsRoot_KeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i052: Condition 'WinBlue_Common_KitsRoot_KeyExists' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'WinBlue_Common_KitsRootPath' to value 'C:\Program Files (x86)\Windows Kits\8.1\'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'WinBlue_Desktop_KitsRoot_KeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i052: Condition 'WinBlue_Desktop_KitsRoot_KeyExists' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'WinBlue_Desktop_KitsRootPath' to value 'C:\Program Files (x86)\Windows Kits\8.1\'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting numeric variable 'WinBlue_Intellisense_KitsRoot_KeyExists' to value 1
[2CFC:0FC0][2016-10-10T17:00:08]i052: Condition 'WinBlue_Intellisense_KitsRoot_KeyExists' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting string variable 'WinBlue_Intellisense_KitsRootPath' to value 'C:\Program Files (x86)\Windows Kits\8.1\'
[2CFC:0FC0][2016-10-10T17:00:08]i000: Setting version variable 'BuildTools_CoreRes_Installed' to value '14.0.25420.0'
[2CFC:0FC0][2016-10-10T17:00:08]i106: Calculating patch applicability for target product code: {5247E16E-BCF8-95AB-1653-B3F8FBF8B3F1}, context: Machine
[2CFC:0FC0][2016-10-10T17:00:08]i106: Calculating patch applicability for target product code: {A1CB8286-CFB3-A985-D799-721A0F2A27F3}, context: Machine
[2CFC:0FC0][2016-10-10T17:00:08]i106: Calculating patch applicability for target product code: {96F4525A-470D-F15C-796E-58D9988C3E5F}, context: Machine
[2CFC:0FC0][2016-10-10T17:00:08]i106: Calculating patch applicability for target product code: {56AD3004-0B49-967F-F682-B05650B61A78}, context: Machine
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: Msi_BuildTools_MSBuild_amd64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: Msi_BuildTools_MSBuild_Res_amd64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: Msi_BuildTools_MSBuild_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: Msi_BuildTools_MSBuild_Res_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i052: Condition '(VCRedist_D14x86_KeyExists AND VCRedist_D14x86_KeyValue >= "v14.0.24210.00")' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VCRedistD14x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i052: Condition '(VCRedist_D14x64_KeyExists AND VCRedist_D14x64_KeyValue >= "v14.0.24210.00")' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VCRedistD14x64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i108: Detected compatible package: vcRuntimeDebugD14_x86, provider: Microsoft.VS.VC_RuntimeDebug_x86,v14, installed: {C956892E-D1F3-3781-935C-8D9060E7CD7E}, version: 14.0.24215, chained: {2509566A-3416-3B50-B2FC-F7A0254C24CE}
[2CFC:0FC0][2016-10-10T17:00:08]i103: Detected related package: {C956892E-D1F3-3781-935C-8D9060E7CD7E}, scope: PerMachine, version: 14.0.24215.0, language: 0 operation: Downgrade
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Package (vcRuntimeDebugD14_x86) has been added to the No operation list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: vcRuntimeDebugD14_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i108: Detected compatible package: vcRuntimeDebugD14_x64, provider: Microsoft.VS.VC_RuntimeDebug_amd64,v14, installed: {406CC721-9FAD-3610-B44E-3130F84358D8}, version: 14.0.24215, chained: {D94D812C-B20F-3DB9-82D2-A57AC2CAF9CA}
[2CFC:0FC0][2016-10-10T17:00:08]i103: Detected related package: {406CC721-9FAD-3610-B44E-3130F84358D8}, scope: PerMachine, version: 14.0.24215.0, language: 0 operation: Downgrade
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Package (vcRuntimeDebugD14_x64) has been added to the No operation list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: vcRuntimeDebugD14_x64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_ARM to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_Base to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_Nat to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_X86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_ARM to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_Base to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_Nat to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_X64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_ARM_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_Base_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_Nat_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X64_X86_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_ARM_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_Base_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_Nat_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_X86_X64_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_Core to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_Tools_Core_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_Headers to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_Source to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_X86_Desktop to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_X86_Store to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_X64_Desktop to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_X64_Store to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_ARM_Desktop to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_ARM_Store to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_Redist_X86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_Redist_X64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_CRT_Redist_ARM to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MSBuild_ARM to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MSBuild_Base to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MSBuild_X64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MSBuild_X86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MSBuild_Base_Res to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: Win10_Universal_CRT_SDK_VSU to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: Win10_Universal_CRT_SDK_Extension_SDK_VSU to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_Desktop to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_x86_Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_DX_Redist_x64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  DetectTargetMsiPackage called with BundleId: WinBlue_SDKDXRem_x64_Patch ProductCode: {5247E16E-BCF8-95AB-1653-B3F8FBF8B3F1} Package State: Present
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDKDXRem_x64_Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_DX_Redist_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  DetectTargetMsiPackage called with BundleId: WinBlue_SDKDXRem_x86_Patch ProductCode: {A1CB8286-CFB3-A985-D799-721A0F2A27F3} Package State: Present
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDKDXRem_x86_Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_MetroSDK to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDKStore_x86_Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i103: Detected related package: {96F4525A-470D-F15C-796E-58D9988C3E5F}, scope: PerMachine, version: 8.100.26936.0, language: 1033 operation: Downgrade
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Package (WinBlue_SDK_Metro_DX_Redist_x64) has been added to the No operation list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_Metro_DX_Redist_x64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  DetectTargetMsiPackage called with BundleId: WinBlue_SDKStoreDXRem_x64_Patch ProductCode: {96F4525A-470D-F15C-796E-58D9988C3E5F} Package State: Present
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDKStoreDXRem_x64_Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i103: Detected related package: {56AD3004-0B49-967F-F682-B05650B61A78}, scope: PerMachine, version: 8.100.26936.0, language: 1033 operation: Downgrade
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Package (WinBlue_SDK_Metro_DX_Redist_x86) has been added to the No operation list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_Metro_DX_Redist_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  DetectTargetMsiPackage called with BundleId: WinBlue_SDKStoreDXRem_x86_Patch ProductCode: {56AD3004-0B49-967F-F682-B05650B61A78} Package State: Present
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDKStoreDXRem_x86_Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_App_Cert_Kit_x64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_AppCertKitx64x86Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_App_Cert_Kit_Native_x64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_AppCertKitx64Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_App_Cert_Kit_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_AppCertKitx86x86Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_SDK_App_Cert_Kit_Native_x86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_AppCertKitx86Patch to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: WinBlue_Runtime_Intellisense to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_ATL_ARM to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_ATL_Headers to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_ATL_Source to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_ATL_X64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_ATL_X86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MFC_Headers to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MFC_Source to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MFC_X86 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MFC_X64 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VC_MFC_MBCS to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i052: Condition '(NetFxFullRedist_InstalledReleaseExists AND NetFxFullRedist_InstalledRelease >= 394271) AND (MTPack461_InstalledReleaseExists AND MTPack461_InstalledRelease >= 394271) AND (MTPackLP461_InstalledReleaseExistsEnu AND MTPackLP461_InstalledReleaseEnu >= 394271) AND (SDK461_InstalledVersionExists AND SDK461_InstalledVersion >= v4.6.01055)' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: netfxfullredist_43 to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VisualCppBuildTools_Core to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Adding package: VSSecondaryInstaller_box to package detect list
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Reset Result
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: Msi_BuildTools_MSBuild_amd64, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: Msi_BuildTools_MSBuild_Res_amd64, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: Msi_BuildTools_MSBuild_x86, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: Msi_BuildTools_MSBuild_Res_x86, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VCRedistD14x86, state: Present, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VCRedistD14x64, state: Present, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: vcRuntimeDebugD14_x86, state: Obsolete, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: vcRuntimeDebugD14_x64, state: Obsolete, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_ARM, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_Base, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_Nat, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_X86, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_ARM, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_Base, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_Nat, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_X64, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_ARM_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_Base_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_Nat_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X64_X86_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_ARM_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_Base_Res, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_Nat_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_X86_X64_Res, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_Core, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_Tools_Core_Res, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_Headers, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_Source, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_X86_Desktop, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_X86_Store, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_X64_Desktop, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_X64_Store, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_ARM_Desktop, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_ARM_Store, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_Redist_X86, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_Redist_X64, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_CRT_Redist_ARM, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MSBuild_ARM, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MSBuild_Base, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MSBuild_X64, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MSBuild_X86, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MSBuild_Base_Res, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: Win10_Universal_CRT_SDK_VSU, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: Win10_Universal_CRT_SDK_Extension_SDK_VSU, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_Desktop, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_x86_Patch, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_DX_Redist_x64, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDKDXRem_x64_Patch, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i105: Detected package: WinBlue_SDKDXRem_x64_Patch target: {5247E16E-BCF8-95AB-1653-B3F8FBF8B3F1}, state: Present
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_DX_Redist_x86, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDKDXRem_x86_Patch, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i105: Detected package: WinBlue_SDKDXRem_x86_Patch target: {A1CB8286-CFB3-A985-D799-721A0F2A27F3}, state: Present
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_MetroSDK, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDKStore_x86_Patch, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_Metro_DX_Redist_x64, state: Superseded, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDKStoreDXRem_x64_Patch, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i105: Detected package: WinBlue_SDKStoreDXRem_x64_Patch target: {96F4525A-470D-F15C-796E-58D9988C3E5F}, state: Present
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_Metro_DX_Redist_x86, state: Superseded, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDKStoreDXRem_x86_Patch, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i105: Detected package: WinBlue_SDKStoreDXRem_x86_Patch target: {56AD3004-0B49-967F-F682-B05650B61A78}, state: Present
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_App_Cert_Kit_x64, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_AppCertKitx64x86Patch, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_App_Cert_Kit_Native_x64, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_AppCertKitx64Patch, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_App_Cert_Kit_x86, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_AppCertKitx86x86Patch, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_SDK_App_Cert_Kit_Native_x86, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_AppCertKitx86Patch, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: WinBlue_Runtime_Intellisense, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_ATL_ARM, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_ATL_Headers, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_ATL_Source, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_ATL_X64, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_ATL_X86, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MFC_Headers, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MFC_Source, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MFC_X86, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MFC_X64, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VC_MFC_MBCS, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: netfxfullredist_43, state: Present, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VisualCppBuildTools_Core, state: Absent, cached: None
[2CFC:0FC0][2016-10-10T17:00:08]i101: Detected package: VSSecondaryInstaller_box, state: Absent, cached: Complete
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Setup update feature is enabled. Evaluating conditions to determine whether to run setup update.
[2CFC:0FC0][2016-10-10T17:00:08]i000: MUX:  Checking http://go.microsoft.com/fwlink/?LinkID=659005 for update.
[2CFC:0FC0][2016-10-10T17:00:10]i000: MUX:  Failed to download the update xml file from http://go.microsoft.com/fwlink/?LinkID=659005 Setup will not be updated.
[2CFC:0FC0][2016-10-10T17:00:10]i052: Condition '( (CommunityCheck_DetectKey = 1) ) AND (CurrentOperation = "Install") ' evaluates to true.
[2CFC:0FC0][2016-10-10T17:00:10]i052: Condition '((WDExpress_DetectKey = 1) ) AND (CurrentOperation = "Install")' evaluates to false.
[2CFC:0FC0][2016-10-10T17:00:10]i052: Condition '( (VSWinExpress_DetectKey = 1) ) AND (CurrentOperation = "Install")' evaluates to false.
[2CFC:0FC0][2016-10-10T17:00:10]i052: Condition '(VersionNT < v6.3) and ((not netfxfullredist_43_DetectKey_Exists) or (netfxfullredist_43_DetectKey_Version < v4.5.50709) or (netfxfullredist_43_DetectKey_Release < 378758))' evaluates to false.
[2CFC:0FC0][2016-10-10T17:00:10]i052: Condition '(VersionNT = v6.3) AND (netfxfullredist_43_DetectKey < v4.5.25000)' evaluates to false.
[2CFC:0FC0][2016-10-10T17:00:10]i000: MUX:  Stop Block: CommunityBlock : Visual Studio 2015 is currently installed on this machine. Please uninstall Visual Studio 2015 and retry.
[2CFC:0FC0][2016-10-10T17:00:10]i000: MUX:  Stop Block: CommunityBlock : Visual Studio 2015 is currently installed on this machine. Please uninstall Visual Studio 2015 and retry.
[2CFC:0FC0][2016-10-10T17:00:10]i000: MUX:  Hit a stop blocker, exiting now
[2CFC:0FC0][2016-10-10T17:00:10]i000: MUX:  Exit Run
[2CFC:0FC0][2016-10-10T17:00:10]i199: Detect complete, result: 0x0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: ShouldSendData=True
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Permission to upload: Yes
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Preparing to serialize data.
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Data serialized.
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Number of SQM File queued: 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  SQM sent: True
[2CFC:11A8][2016-10-10T17:00:10]i000: Setting string variable 'CEIPConsent' to value ''
[2CFC:11A8][2016-10-10T17:00:10]i000: Setting string variable 'SqmOption' to value ''
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: Configuration State
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  ----------------------------
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 426 = 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 8 = 31
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 596 = 5.0.0.0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 439 = VisualCppBuildTools_Full
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 457 = 14.0.25420.01
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 440 = 14.0.25420
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 573 = d14rel
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 450 = 1033
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 15 = 4
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 16 = 198
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1191 = 9
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1193 = 1024
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1194 = 6144
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1189 = Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 3 = 8192
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 493 = 167776401
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 424 = 89509
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 453 = 10.0.14393.0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 13 = 2057
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 841 = 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 438 = 2
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 616 = 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 494 = 
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 599 = 6
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 529 = False
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 833 = False
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 834 = False
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 563 = 8000000000820000
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1063 = False
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 564 = False
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1599 = a364cfc3-9b4c-4e28-b079-edc1a6b693a8
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1638 = 1
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1640 = 200
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1632 = False
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 1631 = 1723
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 838 = 0000
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 500 = 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 979 = 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 437 = 1
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 824 = 0
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 823 = 2147762176
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Metrics: 434 = 4
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Removing SerializedSettings
[2CFC:11A8][2016-10-10T17:00:10]i000: Setting string variable 'MetricsStore' to value ''
[2CFC:11A8][2016-10-10T17:00:10]i000: Setting string variable 'LastGoodSource' to value 'Web'
[2CFC:11A8][2016-10-10T17:00:10]i000: Setting string variable 'IsWebBundle' to value 'True'
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Ux Uninitialized
[2CFC:11A8][2016-10-10T17:00:10]i000: MUX:  Exit with 0x80044000 (Blocked)
[2CFC:0FC0][2016-10-10T17:00:10]i500: Shutting down, exit code: 0x80044000
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: BaselineBundleVersion = 14.0.23107
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: BuildTools_Core_Installed = 14.0.25420.0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: BuildTools_CoreRes_Installed = 14.0.25420.0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: BundleProgressKey = Software\Microsoft\VisualStudio\14.0\Setup\VisualCppBuildTools\Full
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: CEIPConsent = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: CommunityCheck_DetectKey = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: CompatibilityMode = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: ConnectPipeToSecondaryInstaller = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: CurrentOperation = Install
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: CurrentRepairPackage = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: CustomInstallPath = C:\Program Files (x86)
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: DisplayMode = None
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: EditionDisplayName = Microsoft Visual C++ Build Tools
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: ExecuteSecondaryInstaller = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: HelpFwlinkId = 658996
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: HypervisorEnabled = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: HypervisorSupported = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: IE10FwlinkId = 658998
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: InstanceSessionId = 0a84b4e0-60f8-4f42-930d-dea6678bd9be
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: IsLanguagePack = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: IsWebBundle = True
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: LastGoodSource = Web
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: LicenseFwlinkId = 735041
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MbaNetfxPackageId = netfxfullredist_43;netfxfullweb
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MetricsStore = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MinOsLevelFwlinkId = 659008
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MoreLanguageFwlinkId = 659020
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MTPack461_InstalledRelease = 394271
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MTPack461_InstalledReleaseExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MTPackLP461_InstalledReleaseEnu = 394271
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: MTPackLP461_InstalledReleaseExistsEnu = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: netfxfullredist_43_CBSValue = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: netfxfullredist_43_DetectKey = 4.6.01586
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: netfxfullredist_43_DetectKey_Exists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: netfxfullredist_43_DetectKey_Release = 394802
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: netfxfullredist_43_DetectKey_Version = 4.6.01586
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: netfxfullredist_43_OS_BuildNumber = 14393
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: NetFxFullRedist_InstalledRelease = 394802
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: NetFxFullRedist_InstalledReleaseExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: NetfxProductVersion = 4.5.25000
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: NetworkAvailable = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: NTProductType = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: OriginalDisplayMode = None
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: OriginalDisplayModeSwitch = /quiet
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: OS_BuildNumber = 14393
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: ProductKey = 3NTMYRCPP3D7HMQMYJJKGJGWR
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: ProductSKU = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: ProfessionalVSVersion = 11.0.50727
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: RebootPending = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: RebootRequested = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: RelationType = None
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SDK461_InstalledVersion = 4.6.01055
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SDK461_InstalledVersionExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SecondaryInstallerDynamicItems = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SecondaryInstallerParameters = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SecondaryInstallerPipeName = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SecondaryInstallerPipeSecret = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SetupFeedKey = Software\Microsoft\VisualStudio\14.0\Setup\VisualCppBuildTools\Full
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SHA256BlockFwlinkId = 659006
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SkuSpecificHKLMHive = Software\Microsoft\VisualStudio\14.0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SolutionFwlinkId = 658995
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: SqmOption = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: UninstallMddInfoFwlinkId = 659002
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: UpdateInModify = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: UpdateXmlFwlinkId = 659005
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_MSBuild_Base_DetectKeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_Core_DetectKeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X64_ARM_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X64_Base_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X64_Nat_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X64_X86_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X86_ARM_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X86_Base_DetectKeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X86_Nat_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VC_Tools_X86_X64_DetectKeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VCRedist_D14x64_KeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VCRedist_D14x64_KeyValue = v14.0.24215.01
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VCRedist_D14x86_KeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VCRedist_D14x86_KeyValue = v14.0.24215.01
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VersionMsi = 5.0.0.0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VersionNT = 10.0.0.0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: VSEIPAndPrivacyFwlinkId = 658994
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: Win10_Universal_CRT_SDK_Extension_SDK_KeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: Win10_Universal_CRT_SDK_KeyExists = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: Win81BlockFwlinkId = 658999
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: Win81PreRelBlockFwlinkId = 659000
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WinBlue_Common_KitsRoot_KeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WinBlue_Common_KitsRootPath = C:\Program Files (x86)\Windows Kits\8.1\
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WinBlue_Desktop_KitsRoot_KeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WinBlue_Desktop_KitsRootPath = C:\Program Files (x86)\Windows Kits\8.1\
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WinBlue_Intellisense_KitsRoot_KeyExists = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WinBlue_Intellisense_KitsRootPath = C:\Program Files (x86)\Windows Kits\8.1\
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleAction = 5
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleElevated = 1
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleInstalled = 0
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleLog = D:\Downloads\log.txt
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleManufacturer = Microsoft Corporation
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleName = Microsoft Visual C++ Build Tools
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleOriginalSource = D:\Downloads\visualcppbuildtools_full.exe
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleOriginalSourceFolder = D:\Downloads\
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleProviderKey = {a9528995-e130-4501-ae19-bbfaddb779cc}
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleTag = 
[2CFC:0FC0][2016-10-10T17:00:10]i410: Variable: WixBundleVersion = 14.0.25420.1
[2CFC:0FC0][2016-10-10T17:00:10]i007: Exit code: 0x80044000, restarting: No
replete commented 8 years ago

I am going to run the Visual Studio setup, in hopes that I can add the 'Visual C++ Build Tools' - this seems to be the path I am supposed to take that is important enough to block setup.

EDIT: The only related options in the 'Modify' workflow of the 'Visual Studio Installer' is to either install the 3GB Windows 10/8.1 SDK or install full support for 'Visual C++ projects', which is also 3GB.

replete commented 8 years ago

My problems disappeared after installing 'Visual C++' support in Visual Studio 2015 by re-running the installer.

To summarize:

This workaround is not a satisfactory long-term solution because it demands 3GB of space to be consumed with unutilized resources.

wkentdag commented 8 years ago

following up on @replete's tip (which worked for me - thanks!):

on a fresh install of VS 2015, the application will prompt you to install the visual c++ build tools (which includes the windows 8.1 sdk) when you click "create new c++ project" - i stumbled over this at first

nstepien commented 8 years ago

@felixrieseberg Do you think it's possible to fix this now that we know the root cause?

AndrewPardoe commented 7 years ago

VC++ Build Tools 2015 will fail install if VS 2015 is installed. This is a design issue, but also a technical issue. I completely endorse #1056 because the 2017 VS installer is designed to let you just lay down the tools you need. 

You should be able to install the C++ workload in VS 2015 or install the Win 8.1 SDK directly but LMK if you are blocked.

Bestulo commented 7 years ago

Just had this issue trying to build with node-gyp, It reads the binding, creates the build folder, and on configure I get this:

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformTo
olsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 w
as not found. Install the required version of Windows SDK or change the SDK ver
sion in the project property pages or by right-clicking the solution and select
ing "Retarget solution". [C:\Users\venta\projects\node\robot\build\binding.vcxp
roj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` fail
ed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\venta\AppData\Roaming\npm\no
de_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces
s.js:215:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\venta\\AppDat
a\\Roaming\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "build"
gyp ERR! cwd C:\Users\venta\projects\node\robot
gyp ERR! node -v v7.4.0
gyp ERR! node-gyp -v v3.5.0
gyp ERR! not ok

I installed VS community today, so it should be the 2017 installer as you said and should not have had this issue. This happens both with and without windows-build-tools.

felixrieseberg commented 7 years ago

@AndrewPardoe let me know if there are better standard parameters or different packages we should install - I'd personally love to make the 8.1 SDK available to people (because it still seems like the default for a few native Node modules out there).

AndrewPardoe commented 7 years ago

I installed VS community today, so it should be the 2017 installer as you said and should not have had this issue.

VS 2017 installer has Windows 8.1 SDK as an option in the "Desktop development with C++" workload. Are you installing from the command line or clicking through the UI?

Bestulo commented 7 years ago

Through the UI.

On Jan 20, 2017 15:23, "Andrew Pardoe" notifications@github.com wrote:

I installed VS community today, so it should be the 2017 installer as you said and should not have had this issue.

VS 2017 installer has Windows 8.1 SDK as an option in the "Desktop development with C++" workload. Are you installing from the command line or clicking through the UI?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/felixrieseberg/windows-build-tools/issues/9#issuecomment-274156974, or mute the thread https://github.com/notifications/unsubscribe-auth/AWOLoamQPU4_a0X7ORUoE2nGQhdVDKCvks5rUQmmgaJpZM4JDMNS .

AndrewPardoe commented 7 years ago

So then I'm confused about the issue. 8.1 is an option in the UI. Does just selecting it in the UI not work for you?

Bestulo commented 7 years ago

Lol I installed only once. It took 3 days to download and install so I'm a bit reluctant to uninstalling it, but if it's necessary I will. I did not know that the recommended option did not include that.

On Jan 20, 2017 18:38, "Andrew Pardoe" notifications@github.com wrote:

So then I'm confused about the issue. 8.1 is an option in the UI. Does just selecting it in the UI not work for you?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/felixrieseberg/windows-build-tools/issues/9#issuecomment-274198810, or mute the thread https://github.com/notifications/unsubscribe-auth/AWOLocoHjh4gdV2nqmBolnwxDXemNxJ9ks5rUTdPgaJpZM4JDMNS .

AndrewPardoe commented 7 years ago

If you rerun setup it should give you an option to modify the install. You can include the SDK at that point. It should be much faster to download just the setup + the SDK.

3 days is really long. Bad internet where you live? You might consider using an ISO.

Bestulo commented 7 years ago

Yes, Venezuela. Also I had to reset the set up various times because it got interrupted or stuck due to irregular connection. And I will try that. Thanks for the advice.

On Jan 20, 2017 19:59, "Andrew Pardoe" notifications@github.com wrote:

If you rerun setup it should give you an option to modify the install. You can include the SDK at that point. It should be much faster to download just the setup + the SDK.

3 days is really long. Bad internet where you live? You might consider using an ISO.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/felixrieseberg/windows-build-tools/issues/9#issuecomment-274211437, or mute the thread https://github.com/notifications/unsubscribe-auth/AWOLoTHsYI_FJVFkPpweDPD2-4VLWvbRks5rUUpIgaJpZM4JDMNS .

AndrewPardoe commented 7 years ago

For reference, the VS 2017 installer has two major changes that impact this scenario:

  1. VS no longer installs "everything". You need to pick your workload, and then the individual components if a workload doesn't match your scenario exactly. It appears that node folks need to pick the Windows 8.1 SDK.
  2. The good side is that VS no longer downloads everything. You download a (relatively) small installer, and then individual packages are downloaded. This should help in low-bandwidth scenarios.
  3. As point 2 implies, modifying your installation doesn't require downloading anything more than the installer (if it's not still on your machine) and the modified components.

More about the VS 2017 installer can be found on the Visual Studio blog, e.g., https://blogs.msdn.microsoft.com/visualstudio/2016/06/17/redesigning-visual-studio-installation/

Also, if you're in a situation where you can download everything to create an offline install, you can do that with VS 2017: https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio

SCLeoX commented 7 years ago

I really think some windows updates break it. I was able to compile native modules like a week ago, but now it tells me it cannot find Windows SDK 8.1.

There is a really high chance it is actually caused by windows' updates because since windows 10, windows updates regularly breaks stuff (network, font render, etc...). Surely Microsoft developers did not even lint nor try their code before uploading to windows update server.

Again, I am sure, the compile thing was working a week ago but now it is not. The only thing I can think of that changed my computer is windows update.

UPDATE: After reinstalling the windows, everything seems working again... That will be your last choice to solve this problem if others' did not work.

izeta commented 7 years ago

I installed the Visual C++ tools and 8.1 SDK from within Visual Studio when trying to create a new C++ project. After that it worked. This didn't need to uninstall Visual Studio first. http://stackoverflow.com/a/38387213/678586

vmatt commented 7 years ago

My solution

  1. Clone the problematic module from github.
  2. Open the build folder
  3. Open the *.sln file.
  4. The Visual Studio will open, and you can select to install the 8.1 SDK.: image
tobeorla commented 7 years ago

@vmatt it's more easier to click on New Project and select c++ one. It will display the download option too.

jasonLiu001 commented 7 years ago

Thank you for all of you. I solved my problem through modified visual studio 2015 installation.

Rajutavhare commented 6 years ago

i m getting error like this while installing loopback-cli

C:\Users\Rajendra\AppData\Roaming\npm\node_modules\loopback-cli\node_modules\ursa>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windo ws SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or b y right-clicking the solution and selecting "Retarget solution". [C:\Users\Rajendra\AppData\Roaming\npm\node_modules\loopback-cli\node_mod ules\ursa\build\ursaNative.vcxproj] gyp ERR! build error gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23) gyp ERR! stack at emitTwo (events.js:126:13) gyp ERR! stack at ChildProcess.emit (events.js:214:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12) gyp ERR! System Windows_NT 10.0.14393 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\Rajendra\AppData\Roaming\npm\node_modules\loopback-cli\node_modules\ursa gyp ERR! node -v v8.11.1 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa@0.9.4 (node_modules\loopback-cli\node_modules\ursa): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa@0.9.4 install: node-gyp rebuild npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

Rajutavhare commented 6 years ago

some one plz help out this