Windows Live Installer (WLInstaller) behind proxy!

Posted August 20th @ 12:30 pm by da-crystal

WLI-Behind Proxy

I know most of you hate Windows Live Installer, Like I do.  Because it dose not work behind a proxy without the ways that will be described in this post.

WinHTTP:

After debugging WLInstaller, I found out it uses WinHTTP modules to get MSI information and packages.  And as you might know WinHTTP is a Windows service that can be configure using other utilities.

WinHTTP Configuration Utilities:

  • ProxyCfg (Pre Vista OS, e.g. XP)
  • NetSH  (Vista OS)

ProxyCfg:

  • Make sure to configure your Internet Explorer to work with your current proxy and your credential have been saved (if your proxy uses one).
  • Open the Command Prompt
  • Type “proxycfg -u”,  then press ‘Enter’
  • Close Command Prompt

ProxyCfg

thanks Snakodus

NetSh:

  • Make sure to configure your Internet Explorer to work with your current proxy and your credential have been saved (if your proxy uses one).
  • Open Command Prompt
  • Type “netsh winhttp import proxy source=ie”,  then press ‘Enter’
  • Close the Command Prompt

NetSh

And that’s it now open WLInstaller and enjoy Micro$oft products :)

WLI- WinHttp

2 Comments

  1. sunil
    September 8, 2008 at 20:09

    Very many thanks yar.. i was behind this for a long time… thanks a lot…

  2. da-crystal
    September 9, 2008 at 15:50

    I’m truly glad that it was helpful post. thanks for you comment

Sorry, comments for this entry are closed at this time.