Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error
Asked Answered
M

7

38

I am getting an error:

Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error.

When trying to install Aptana_Studio_3_Setup_3.6.1. I also installed node-v4.2.1-x64.msi (restarted the system) and Git-2.6.2-64-bit, but still not able to install and getting the above error. Please advise.

enter image description here

Maag answered 28/10, 2015 at 18:23 Comment(2)
#25514958 has similar fixes. Something there may help.Malissamalissia
Possible duplicate of Product: Aptana Studio -- Error 4155. Failed to correctly acquire installer_nodejs_windows.msiDrollery
O
69

I wasn't able to locate installer_nodejs_windows.msi on my PC, so I downloaded it separately from here: http://go.aptana.com/installer_nodejs_windows

After installing Node JS for Windows, I was able to successfully install Aptana.

Note: Above link no longer seems to be working. Looks like you can download Node JS separately from here: https://nodejs.org/download/release/v0.10.13/

Osmosis answered 10/3, 2016 at 18:19 Comment(2)
What a dreadful piece of CXXP Aptana turns out to be: 1) you can't install the plugin in Eclipse (BROKEN, BROKEN, BROKEN); 2) this standalone comes up with this annoying error; 3) it is reliant on a technology like nodejs, which is simply not a mature, stable technology; 4) finally, when I get it to install (thanks to you) it insists on cr**ping up my C: drive with yet another version of git (I have no option to install it on another drive). Enough. Aptana, GOODBYE.Paphlagonia
I first tried downloading the latest version of node (v8.4.0) from nodejs.org/en/download/current and it didn't work. I then downloaded the version from nodejs.org/download/release/v0.10.13 and it worked.Todtoday
B
8

The current version of Aptana requires a Node version between 0.8.X and 0.11.X. I recommend a 0.10.X version of Node.

The next release (in November) will allow compatibility with Node 4.2.1.

Billbillabong answered 29/10, 2015 at 14:41 Comment(1)
Downloading and installing Nodejs 0.10.13 for Windows 10 nodejs.org/download/release/v0.10.13 still made the trick for me (7/31/2017)Infest
S
6

Basically, create the folder you want to extract Aptana to, and then use this command:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"
Sade answered 22/4, 2017 at 18:55 Comment(2)
Thank you for these instructions. This step worked for me. I have node.js installed, ran as administrator, and still got same error. I only had to modify your step to use absolute path to folder as relative did not work.Quass
DIDN'T WORK 2017-05-29 (W10)Paphlagonia
B
2

This is a cut and paste from an earlier entry and it worked for me.

Go to my computer and in the search button write installer_nodejs_windows.msi. It leads you to one search which is something like windows installer. Please click it and install the node that has been already provided to you rather than installing it by yourself. In this way, after a series of installation, set up the aptana and proceed accordingly. It gets installed.

Baroness answered 5/11, 2015 at 11:11 Comment(0)
L
0

Right click the Aptana Studio setup file and click "Run as Administrator". Worked for me.

Its is most probably the lack of admin rights that is preventing Aptana setup from making changes to your computer by installing nodejs, git, etc prerequisites.

Lagging answered 5/12, 2016 at 16:9 Comment(1)
DIDNT WORK 2017-05-29 (W10)Paphlagonia
H
0

The latest node.js versions wouldn't work for my Aptana, but an older version did which I found here,

Hopscotch answered 14/3, 2018 at 10:11 Comment(0)
G
0

I have solved this issue using following steps

  1. Rename installation file as aptana.exe
  2. Copy and paste aptana.exe into c drive
  3. Open cmd with Run as administrator
  4. In cmd write command C:/aptana.exe /passive /norestart (Put space before /passive and /norestart)

enter image description here

Grisby answered 20/8, 2018 at 16:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.