Visual Studio Install fails at execute package VSSecondaryInstaller_box with error -2147187128 (0x80048648)

  • Thread starter Thread starter nmbdickens
  • Start date Start date
N

nmbdickens

Guest
Greetings dev community, I'm encountering a particularly unpleasant time installing VS2015 Community. When I take a clean new OS, not joined to our domain, Visual Studio installs like butter, no problems. Join the machine to the domain, try to install and it fails at the point listed above. I have tried both the web installer and from the iso, same problem. Tried clearing out the Package Cache (and many many other hacks from Google), no go. And I need to install Visual Studio on machines I can't wipe :) I am convinced that it is settings in our OU which is causing the install failure. Any one out there with similar problems? Which OU settings did you remove to get it to work?

install log frag below:

[0FDC:0FF4][2015-12-04T15:34:59]i000: MUX: ExecutePackageBegin for secondary installer
[0FDC:0FF4][2015-12-04T15:34:59]i000: MUX: Checking to see if the secondary installer pipe should be created
[0FDC:0FF4][2015-12-04T15:34:59]i000: MUX: Creating secondary installer pipe: {79de88e1-20fb-4e24-8835-2fa92ff8a18f}
[0FDC:1124][2015-12-04T15:34:59]i000: MUX: Begin connecting secondary installer pipe
[0FDC:0FF4][2015-12-04T15:34:59]i000: MUX: ExecutePackageBegin PackageId: VSSecondaryInstaller_box
[081C:172C][2015-12-04T15:34:59]i301: Applying execute package: VSSecondaryInstaller_box, action: Install, path: C:\ProgramData\Package Cache\A590AC91EB0380636614E826EBDC1591FFD4D2E8\packages\SecondaryInstaller\SecondaryInstaller.exe, arguments: '"C:\ProgramData\Package Cache\A590AC91EB0380636614E826EBDC1591FFD4D2E8\packages\SecondaryInstaller\SecondaryInstaller.exe" /q /BurnBundleProviderKey {5642384f-2a89-46d3-acd5-bfe8bf6e8b2f} /lcid 1033 /BaseDirectory "C:\Users\L241647\AppData\Local\Temp\{24D03EDF-907E-4C2A-871C-BF8FCBBDECBF}" /chainingpackage "ct!!9FB6C3E2EFD3476A8F286AC0AB1220C3" /xml "C:\Users\L241647\AppData\Local\Temp\-24407862.xml" /FeedUri "Microsoft Visual Studio Secondary Installer Feed" /FeedUriToRegister "Microsoft Visual Studio Secondary Installer Feed" /FeedRegistryKey "Software\Microsoft\VisualStudio\14.0\Setup\vs\community" /primarylog "C:\Users\L241647\AppData\Local\Temp\dd_vs_community_20151204135244.log" /skuSpecificHKLMHive Software\Microsoft\VisualStudio\14.0 /launchaction Install /installitems GitV1;AppInsightsToolsVisualStudio_HiddenV2_4.0.51117.1 /Pipe {79de88e1-20fb-4e24-8835-2fa92ff8a18f} {77bf3aed-1623-42a9-a05d-9310cf5fa2ca} -burn.ancestors={5642384f-2a89-46d3-acd5-bfe8bf6e8b2f}'
[0FDC:1124][2015-12-04T15:35:01]i000: MUX: Finished connecting secondary installer pipe
[0FDC:0094][2015-12-04T15:35:22]i000: MUX: Updating secondary installer progress display name: Outer=Application Insights Tools, Inner=
[081C:172C][2015-12-04T15:36:19]e000: Error 0x80048648: Process returned error: 0x80048648
[081C:172C][2015-12-04T15:36:19]e000: Error 0x80048648: Failed to execute EXE package.
[0FDC:0FF4][2015-12-04T15:36:19]e000: Error 0x80048648: Failed to configure per-machine EXE package.
[0FDC:0FF4][2015-12-04T15:36:19]i000: MUX: Installation size in bytes for package: VSSecondaryInstaller_box MaxAppDrive: 0 MaxSysDrive: 413446144 AppDrive: 0 SysDrive: 202608640
[0FDC:0FF4][2015-12-04T15:36:19]i000: MUX: ExecutePackageComplete for secondary installer
[0FDC:0FF4][2015-12-04T15:36:19]i000: MUX: Disconnecting secondary installer pipe
[0FDC:0FF4][2015-12-04T15:36:19]i000: MUX: Return Code:0x80048648 Msi Messages:0 Result Detail:0 Restart:None
[0FDC:0FF4][2015-12-04T15:36:19]i000: MUX: Set Result: Return Code=-2147187128 (0x80048648), Error Message=, Result Detail=, Vital=False, Package Action=Install, Package Id=VSSecondaryInstaller_box
[0FDC:0FF4][2015-12-04T15:36:19]i000: Setting string variable 'BundleResult' to value '3010'
[0FDC:0FF4][2015-12-04T15:36:19]w350: Applied non-vital package: VSSecondaryInstaller_box, encountered error: 0x80048648. Continuing...

Continue reading...
 
Back
Top