Skip to main content

Fix error 'Operation aborted' when installing Microsoft Visual Studio Community 2015


Yesterday, I got 'Operation aborted'  when running vs_community_ENU.exe (209KB) to install Microsoft Visual Studio Community 2015 on a server running Microsoft Windows Server 2012 R2.

Try cleaning %Temp% folder and Run as Administrator: get sam error

Run to the following command to get log file:
vs_community_ENU.exe /l vs_community_ENU.log
Log file's content

[13B4:2064][2017-02-04T22:53:28]i000: === Logging started: 2017-02-04T22:53:28+07:00 ===
[13B4:2064][2017-02-04T22:53:28]i000: Bootstrapper v14.0.6023.29133, Windows v6.2 (Build 9200: Service Pack 0), command line: vs_community_ENU.exe  /l vs_community_ENU.log
[13B4:2064][2017-02-04T22:53:28]i000: Detected bundles: 0, related: 0
[13B4:2064][2017-02-04T22:53:28]i000: Downloading http://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409 with IFileOperation, file: C:\Users\ADMINI~1\AppData\Local\Temp\2\{5146D553-06B4-422A-9690-1F7ACCE85DF1}\vs_community.exe, attempt: 1
[13B4:2064][2017-02-04T22:53:29]i000: User canceled the download or was disconnected.
[13B4:2064][2017-02-04T22:53:29]e000: Error 0x80004004: Failed to download bundle: http://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409
[13B4:2064][2017-02-04T22:53:29]e000: Error 0x80004004: Failed to download bundle.
[13B4:2064][2017-02-04T22:53:35]i000: Process exit code: 0x80004004 (-2147467260)

Fixed:
Download vs_community.exe (3.373KB) from http://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409
then install successfully!



Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Learn MATLAB

MATLAB is an abbreviation for MAT rix LAB oratory. Here is list of free online courses to learn MATLAB.

Less secure app access in gmail or G Suite

From G Suite Update on December 16, 2019 Google turned off less secure app access to G Suite accounts .