Windows Live Essentials Unattended Silent Setup Installation Switches

Windows Live Essentials is the umbrella suite for a bundle of various applications such as Windows Live Messenger, Windows Live Photo Gallery, Windows Live Mail, Windows Live Writer, Windows Live Movie Maker, Bing Bar, Windows Live Mesh and etc. While end-user can always run the setup installer and configure the various options on the go, system administrators who have to install Windows Live Essentials into many computers do not have such convenient or flexibility.

In the event that you have to mass-install Windows Live Essentials product(s) unattended or through a script, the setup installer of Windows Live Essentials allows input of various switches or parameters that can dictate how the Windows Live installer should install its products. For example, to install one or more applications such as only Windows Live Messenger or with other apps, or to install silently and without any dialog prompt, here’s a list of switches that can be used in script to automate the installation in various scenarios.

Note that the switches and trigger parameters can works on Windows Live Essentials 2009 andWindows Live Essentials 2011, where the full standalone version of setup installer is named wlsetup-all.exe. Append the switches with a “/” (slash) in front.

  • AppSelect:[ProductID] (to install only the product)or,

    AppSelect:![ProductID] (to not install the product)

  • log:log_location
  • NOToolbarCEIP (to not opt into Toolbar CEIP)
  • NOhomepage (to not set home page defaults)
  • nolaunch (to block installed applications from running automatically after installation is completed)
  • NOMU (to not opt into Microsoft Update)
  • nosearch (to not set search defaults)
  • AutoSelect (to auto select products configuration)
  • MessengerOnly (for messenger only configuration)
  • nostrict (for non-strict dependency check)
  • qor,

    silent

    (for a silent or unattended install)

For example, the syntax like “WLSetup-all.exe /q /NOToolbarCEIP /NOhomepage /nolaunch /nosearch /AppSelect:Messenger,Writer,Mail,Silverlight” will automatically install Messenger, Writer, Mail and Silverlight without any prompt for user action, with no toolbar, no home page, no automatic launch and no search engine set.

To install all application programs of Windows Live Essentials automatically and unattended, the command can be shorten to just:

WLSetup-all.exe /silent

Complete list of product ID supported by Windows Live Essentials 2011 and Windows Live Essentials 2009:

  • companion
  • silverlight
  • familysafety
  • mail
  • messenger
  • moviemaker (Install Photo Gallery in addition of Movie Maker)
  • olc
  • wlsync
  • writer
  • bingbar
  • idcrl32/idcrl64
The other day looking at a folder of a new HP notebook that I arrived to install a
programs noticed that there was a folder on windows live essential amount
an unattended Setup for Windows 7, tested in Windows XP, Vista and 7
functioned normally

the full command line was this
START /WAIT C:SWSETUPWLIVEwlsetup-all.exe /AppSelect:ALL!,Mail,Messenger,PhotoGallery,Writer /q /NOhomepage /nolaunch /Nosearch /noMU /OEMID:HPNTDF /log:C:SYSTEM.SAVLOGSWLIVE

looking through the command line only modified the end of it and ran normally
wlsetup-all.exe /AppSelect:ALL!,Mail,Messenger,PhotoGallery,Writer /q /NOhomepage /nolaunch /Nosearch /noMU

In Windows XP Movie Maker does not installer for me even better than the command was not for him but I believe that serial MovieMaker just add the following commands as the other

Excuse my poor English but I used the google translator
Im from Brazil my language Portuguese

Here are some switches I found in wave4

auto-select products configuration
/AUTOSELECT

no toolbar ceip configuration
/NOTOOLBARCEIP

no search configuration
/NOSEARCH

no homepage configuration
/NOHOMEPAGE

messenger only configuration
/MESSENGERONLY

no CEIP configuration
/NOCEIP

no MU configuration
/NOMU

non-strict dependency configuration
/NOSTRICT

no launch configuration
/NOLAUNCH

silent/quiet configuration
/SILENT

ProdID’s

Companion
familysafety
mail
messenger
MovieMaker
olc
silverlight
wlsync
writer
BingBar

You can use to install Movie Maker and delete or add the programs you don’t want install or install:
Moviemaker (installs the Photo gallery as well!)

Quote

cmd /C C:WLSetup-all.exe /q /NOToolbarCEIP /NOhomepage /Nolaunch /nosearch /AppSelect:Messenger,Mail,MovieMaker,Writer,Silverlight

If you want install the full package you can use:

Quote

cmd /C C:WLSetup-all.exe /silent

*Edit:
Windows Live 2011 all languages
Download Windows Live Essentials with Messenger 2011 (Final Full Version Offline Installer)

Quote

Here are the complete list of products to use for the “AppSelect” switch in Windows Live Essentials 2011:

(source: log files)
companion
silverlight
familysafety
mail
messenger
moviemaker (installs the Photo gallery as well!)
olc
wlsync
writer
bingbar
idcrl32/idcrl64

Use the command line as shown above.

by hubertlam:
http://www.appdeploy…/tm.asp?m=45828