-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install behind a proxy #44
Comments
This need is noted for Windows. This will require a new installer... so I'll get this released as soon as I can. |
Not sure it has anything with proxy. Have no proxy and can't install it either (Windows). |
Can you clarify the actual problem? My original perception was you could download the install file, but the actual installation process failed behind the proxy. One of the steps the installer performs is downloading node-webkit, which is a requirement. It is possible the proxy is rejecting the download. If there is no proxy and you're connected to the internet, then the installation should work, assuming you're installing with admin privileges. |
Without proxy its working on my home pc but at work im not able to install 2014-07-03 18:57 GMT+02:00 Corey Butler notifications@github.com:
|
98% windows installation works fine, then credits.html and about three dll's fail to install |
Sorry for this delay, If I do remember the attempt was on W7 |
Pliiiz, we need the instaler |
@adyba If the install is working "98% of the way", then this is not a proxy issue. It's a permissions problem on your PC. You have to run the installation as an admin user. If you're attempting to install to a directory within |
@coreybutler I have already tried that. I have sudo access and the installer was launched with admin privileges. The Windows installer is overcomplicated and it is trying to be very fancy, run extra tasks instead of simple downloading and copying stuff which results in missing Node Webkit runtime environment. |
@adyba - the installer just downloads node-webkit to the temp directory and copies the required files to the user-specified installation directory. It attempts rename nw.exe to fenix.exe and associate the fenix icon with it... that's it. This is not a proxy issue though, so it would be best to open a new issue. |
Same problem here, I have admin credentials to my PC at work. I can download the install file, but the install process never gets past downloading a file called nw.zip with a status of "Cannot connect" We do have a proxy that may be preventing the install app to pull the required files. |
Count me in on the proxy problem. Installer fails while trying to download a zip file |
Fenix 3 has a new installer, and all application dependencies bundled in the release package (i.e. the installer doesn't need to download node-webkit separately anymore). I'll close this once we're finished testing the new installer. |
Any update on this? Currently I can't install because of HTTP 403 error early in the installation process, likely due to a corporation proxy restricting access to some website. |
There won't really be a fix for this in Fenix 2. Bottom line: we don't have time for it (there are only 2 of us, the other has a full time job on top of this). Our focus for the last 9 months has been on Fenix 3. We're very near a release, but there are still a few blocking points (mostly administrative) we need to get through before we can release. We've finished the core code, but our DUNS number was just activated this week, which is a prerequisite for obtaining our code-signing certificates. The certificates are a prerequisite for the build process, which is a prerequisite for the auto-update capabilities.... it feels like a game of dominos here ;-) We're hoping to get a preview release out before the end of the month (the download link will be sent to the mailing list). Here's a preview: |
That's great, but the only thing that's needed to address this issue is an installer which has all dependencies bundled in. There are only few applications that require downloading additional data during the installation process and even if they do, they usually handle proxy properly (e.g. use the IE settings). |
@amiramix - easier said than done. Installers are finicky. The existing installer does use proxy settings specified at the OS level, but that doesn't stop the proxy from blocking the download site (the old node-webkit page). That's something that would need to be configured in the proxy routing table. For anyone who really needs this now, it might be worth following the manual Linux installation instructions. Even though it says it's for Linux, it's really just a generic installation process... it will work on Win/OSX too. |
Cannot install behind a proxy. Please create an installer with all the files.
The text was updated successfully, but these errors were encountered: