@echo off

REM ################################################################
REM Installs: Windows Moviemaker 2012 ENG
REM Download link: http://windows.microsoft.com/en-GB/windows-live/essentials-install-offline-faq
REM Contact information:
REM Documentation
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: Installs Photostory as well
REM Firewall needs to open: No
REM ################################################################

setlocal

REM Kör setup för Windows Live Moviemaker
%~dp0WLSetup-all_en.exe /q /NOToolbarCEIP /NOhomepage /Nolaunch /nosearch /AppSelect:MovieMaker

endlocal

REM Return exit code to SCCM
exit /B %EXIT_CODE%

  • No labels