11
edits
Changes
Created page with "You can download it [http://www.mydigitallife.info/download-windows-live-essentials-with-messenger-2011-final-full-version-offline-installer/ here]. Options explained [http://ww..."
You can download it [http://www.mydigitallife.info/download-windows-live-essentials-with-messenger-2011-final-full-version-offline-installer/ here].
Options explained [http://www.mydigitallife.info/windows-live-essentials-unattended-silent-setup-installation-switches/ here].
2012 Requires Windows Vista, Server 2008 or Seven.
2011 Requires Windows XP, Server 2003.
<source lang="xml">
<package id="MovieMaker" name="Movie Maker" revision="%version%" reboot="false" priority="10">
<variable name="version" value="2011.0" />
<variable name="PKG_INSTALL" value= "%SOFTWARE%\WindowsLive\wlsetup-all.exe" />
<variable name="PKG_FILE" value="%PROGRAMFILES%\Windows Live\Photo Gallery\MovieMaker.exe" />
<check type="file" condition="versionequalto" path="%PKG_FILE%" value="15.4.3555.0308" />
<install cmd='"%PKG_INSTALL%" /q /NOToolbarCEIP /NOhomepage /nolaunch /nosearch /AppSelect:moviemaker' />
<upgrade include='install' />
<remove cmd='msiexec /qn /x {6DEC8BD5-7574-47FA-B080-492BBBE2FEA3}' />
</package>
</source>
To unInstall, it's explained [http://angrytechnician.wordpress.com/2010/10/01/deploying-windows-live-essentials-2011/ here]
Options explained [http://www.mydigitallife.info/windows-live-essentials-unattended-silent-setup-installation-switches/ here].
2012 Requires Windows Vista, Server 2008 or Seven.
2011 Requires Windows XP, Server 2003.
<source lang="xml">
<package id="MovieMaker" name="Movie Maker" revision="%version%" reboot="false" priority="10">
<variable name="version" value="2011.0" />
<variable name="PKG_INSTALL" value= "%SOFTWARE%\WindowsLive\wlsetup-all.exe" />
<variable name="PKG_FILE" value="%PROGRAMFILES%\Windows Live\Photo Gallery\MovieMaker.exe" />
<check type="file" condition="versionequalto" path="%PKG_FILE%" value="15.4.3555.0308" />
<install cmd='"%PKG_INSTALL%" /q /NOToolbarCEIP /NOhomepage /nolaunch /nosearch /AppSelect:moviemaker' />
<upgrade include='install' />
<remove cmd='msiexec /qn /x {6DEC8BD5-7574-47FA-B080-492BBBE2FEA3}' />
</package>
</source>
To unInstall, it's explained [http://angrytechnician.wordpress.com/2010/10/01/deploying-windows-live-essentials-2011/ here]