Alex,
I'm sure you have a lot of spare time for helping users who are dumb enough to fail installation of prepackaged and preconfigured s/w like JAMP. :) Here we go:
readme.txt says "Installer will download the latest versions of the packages it installs", but as the first step it's trying to download apache_2.2.4-win32-x86-no_ssl.msi, which is not the latest version; the file is not present on that page.
Resolving www.apache.org... 140.211.11.130
Connecting to www.apache.org[140.211.11.130]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
22:52:27 ERROR 404: Not Found.
What do I need to change in the scripts to point to the new filename?
I tried to replace apache_2.2.4-win32-x86-no_ssl.msi with apache_2.2.9-win32-x86-no_ssl-r2.msi in installer.js, but now it's giving me a new error: "Looks like file you specified is not an Apache package"
Thanks!
Slava.
Re: JAMP installation
You can change the regex in Jamp\cmd\src\cmd\Apache.Server.js file on line:
if (!(new RegExp(/apache_([0-9]+\.[0-9]+\.[0-9]+)-win32-x86-no_ssl\.msi/).exec(this._package))) {
This regex checks whether the name of the package is correct.