Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-14 Thread Phill Hogland
Fiddler is a helpful tool for debugging these kinds of issues. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-packages-download-and-Firewall-Proxy-settings-tp7599503p7599955.html Sent from the wix-us

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-13 Thread Hoover, Jacob
s firewall/proxy filtering the contents of web requests (and basically 403'ing any request for an exe or MSI)? -Original Message- From: Mohamed Yasir [mailto:yasirmohame...@gmail.com] Sent: Monday, April 13, 2015 6:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-user

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-13 Thread Mohamed Yasir
Hi, I am using Custom BA. While trying to browse downloadlink in browser, it shown below error. "Failed to load resource: the server responded with a status of 403 (Forbidden)" Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabb

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-13 Thread Hoover, Jacob
, April 13, 2015 3:42 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] MSI packages download and Firewall/Proxy settings Hi, Could you please update any idea on this? Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-13 Thread Mohamed Yasir
Hi, Could you please update any idea on this? Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-packages-download-and-Firewall-Proxy-settings-tp7599503p7599920.html Sent from the wix-users mailing list archive at Nab

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-04-08 Thread Mohamed Yasir
Which HWND can we used for that? In my scenario, if "Automatically detect settings" were enabled in browser and restriction happens in server, will the WinInet work and prompt for authentication? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/M

Re: [WiX-users] MSI packages download and Firewall/Proxy settings

2015-03-09 Thread Hoover, Jacob
Are you providing a valid HWND when calling Detect/Elevate/Apply? The files the engine downloads are via WinInet, so they should use that config and should prompt for authentication if required. If you are doing your own downloading inside of your BA, then I'd suggest you look at dlutil.cpp in