Difference between revisions of "Microsoft Live Movie Maker"
From WPKG | Open Source Software Deployment and Distribution
m |
(spelling mistake) |
||
Line 24: | Line 24: | ||
To ununstall, see http://angrytechnician.wordpress.com/2010/10/01/deploying-windows-live-essentials-2011/. | To ununstall, see http://angrytechnician.wordpress.com/2010/10/01/deploying-windows-live-essentials-2011/. | ||
− | [[Category: | + | [[Category: Silent Installers]] |
[[Category:Microsoft software]] | [[Category:Microsoft software]] |
Latest revision as of 12:06, 17 April 2014
You can download it here.
Options explained here.
2012 Requires Windows Vista, Server 2008 or Seven.
2011 Requires Windows XP, Server 2003.
<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>
To ununstall, see http://angrytechnician.wordpress.com/2010/10/01/deploying-windows-live-essentials-2011/.