Aswini
Aswini

Reputation: 11

Install Aptana Studio on windows

When I try to install Aptana Studio, I get an error message Failed to correctly acquire installer_nodejs_windows.msi file: CRC error. I am then told that Aptana Studio setup ended prematurely bacause of an error. The installer then shuts down without installing the application. I have installed nodejs, but still get this error.

Upvotes: 0

Views: 4908

Answers (2)

Mehrdad Mirreza
Mehrdad Mirreza

Reputation: 1082

This is because the PC you are installing it on, has no internet connection.

I had following message boxes before I got the error you mentioned:

go.appcelerator.com/installer_nodejs_windows.msi go.appcelerator.com/installer_git_windows.exe

Solution: On a PC connected to internet either go to the URLs above , download and transfer the installer files to your PC, or get the newest versions of nodejs and git, then install them on your development PC.

See also:

Upvotes: 2

I get the same error when trying to install Aptana 3.6.1 just now. Found the solution in this thread another thread(run the installer with "/passive /norestart").

Upvotes: 1

Related Questions