user3167162
user3167162

Reputation: 495

Visual Studio 2015 Update 1 repair error

I'm attempting to repair VS2015 with Update 1 installation due to the following error when loading projects:

However the repair fails with the following error:

[15D4:410C][2015-12-07T11:08:31]i301: Applying execute package: vs_minshellres, action: Repair, path: C:\ProgramData\Package Cache{7FF53256-7BAF-3EFA-91B4-DB65F37EB5E9}v14.0.23107\packages\vs_minshellres\vs_minshellres.msi, arguments: ' MSIFASTINSTALL="7" VSEXTUI="1"' [43D0:2388][2015-12-07T11:08:40]i000: MUX: ExecuteError: Package (vs_minshellres) failed: Error Message Id: 1316 ErrorMessage: The specified account already exists.

[15D4:410C][2015-12-07T11:08:41]e000: Error 0x80070643: Failed to run maintanance mode for MSI package. [15D4:410C][2015-12-07T11:08:41]e000: Error 0x80070643: Failed to execute MSI package. [43D0:2388][2015-12-07T11:08:41]e000: Error 0x80070643: Failed to configure per-machine MSI package.

Upvotes: 3

Views: 1628

Answers (1)

user3167162
user3167162

Reputation: 495

Thanks to @Daniel Hakimi and @scofield_foxriver for your input.

After uninstalling VS2015 Enterprise and its related components, restarting and Re-installing it's working now.

Upvotes: 0

Related Questions