Logiciel : Windows Live Movier Maker
Développeur : Microsoft
Type de licence : Propriétaire
Compatible XP : Non
Compatible Win7 : Oui
Existe aussi sous Linux : Non
Version : 16.4.3528.0331
Installation assez longue.
Après téléchargement de l'exécutable, bien vérifier la version du fichier téléchargé et adapter si besoin la ligne suivante :
Code : Tout sélectionner
<variable name="version" value="16.4.3528.0331" />
Code : Tout sélectionner
<package id="LiveMovieMaker"
name="LiveMovieMaker - Creation de Films pour 7"
revision="%version%.1"
priority="70"
reboot="false" >
<!-- attention, apres telechargement, verifier et adapter la version du fichier dans la ligne ci-dessous -->
<variable name="version" value="16.4.3528.0331" />
<variable name="PROGRAMFILES" value="%PROGRAMFILES%" architecture="x86"/>
<variable name="PROGRAMFILES" value="%PROGRAMFILES(X86)%" architecture="x64"/>
<variable name="ComSpec" value="%SystemRoot%\System32\cmd.exe" architecture="x86"/>
<variable name="ComSpec" value="%SystemRoot%\SysWOW64\cmd.exe" architecture="x64"/>
<eoledl dl="http://g.live.com/1rewlive5-all/fr/wlsetup-all.exe" destname="moviemaker/wlsetup-all.exe" />
<!-- infos sur http://www.mydigitallife.info/windows-live-essentials-unattended-silent-setup-installation-switches/ -->
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\Windows Live\Photo Gallery\MovieMaker.exe' value='%version%' />
<install os=".+6\.[0-1]\.\d{4}" timeout="600" cmd='%SOFTWARE%\moviemaker\wlsetup-all.exe /q /NOToolbarCEIP /NOhomepage /nolaunch /nosearch /AppSelect:moviemaker' />
<upgrade include='install' />
<downgrade include='install' />
<remove cmd='%PROGRAMFILES%\Windows Live\installer\wlarp.exe /cleanup:all /q' />
<remove cmd='%COMSPEC% /C rmdir /S /Q "%PROGRAMFILES%\windows live\installer"' />
</package>