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

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation

git for Windows: notes from the field

Git for Windows

RHEL: Install MySQL

[tuyendq@DangQuocTuyen ~]$ sudo yum list mysql Loaded plugins: product-id, search-disabled-repos, subscription-manager Error: No matching Packages to list [tuyendq@DangQuocTuyen ~]$ sudo yum install mysql Loaded plugins: product-id, search-disabled-repos, subscription-manager Resolving Dependencies --> Running transaction check ---> Package mariadb.x86_64 1:5.5.60-1.el7_5 will be installed --> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.60-1.el7_5 for package: 1:mariadb-5.5.60-1.el7_5.x86_64 --> Running transaction check ---> Package mariadb-libs.x86_64 1:5.5.60-1.el7_5 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================= Package Arch Version Repository Size ================================...