What steps will reproduce the problem? 1.Try to install application. 2.... 3.Profit?
What is the expected output? What do you see instead?
When installing the app, it begins downloading dependencies. Behind a proxy at work, I would expect the installer to use the proxy to download the dependencies but it does not and fails to download BIN x32. Installation fails.
What version of the product are you using? On what operating system? The latest with Windows XP.
Please provide any additional information below.
Comment #1
Posted on Feb 14, 2012 by Quick OxThe 'NSISdl' plugin that downloads the dependencies uses your Internet Explorer proxy settings.
It doesn't support proxies requiring authentication or automatic configuration scripts. If your proxy is one of these types, there's not much I can do about it.
If that's not the case, what are the values of the following registry entries on your system? * HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable * HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer * HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable * HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
Comment #2
Posted on May 22, 2012 by Quick CamelHi
Got the same issue. Why not delivering also a full package of your excellent frontend ?
Comment #3
Posted on May 22, 2012 by Quick OxI moved away from that approach to avoid splitting the setup executable into 32-bit and 64-bit editions. This was necessary because some of the libraries I use are architecture-specific.
Nearly all J7Z users aren't behind either of the two proxy types I've mentioned above. For this reason, I don't plan to create more work for myself by reverting to the old packaging system.
Comment #4
Posted on Sep 4, 2013 by Helpful BirdIn some cases including mine, you can just ignore proxy, and download directly, maybe you could add additional check: if download through proxy fails, try not to use proxy at all and download again?
Comment #5
Posted on Sep 5, 2013 by Quick OxI could do that, but wouldn't it be easier just to temporarily disable your proxy in Internet Explorer?
Status: New
Labels:
Type-Defect
Priority-High
OpSys-Windows
Component-Scripts
Usability