Jump to content

Recommended Posts

Posted

Hi,

 

Does anyone know where I might get hold of a Windows Movie Maker MSI installer for Windows 7? If not, what are the best practices for deploying it?

 

Thanks in advance!

 

Andy

Posted

We do it via the WL offline pack (exe) -

 

wlsetup-all.exe /q /NoLaunch /NoToolbarCEIP /NoHomepage /NoSearch /Nolaunch /Appselect:Writer,Moviemaker

 

Steve

  • Thanks 1
  • 2 months later...
Posted (edited)
How can I suppress the EULA for first timer users

Deploy the following registry settings via GPP.

 

Windows Registry Editor Version 5.00

; [color="#FF0000"]Suppress the EULA[/color]
[HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Common]
"TOUVersion"="16.0.0.0"

; [color="#FF0000"]Do not prompt the user to sign into their Live account in Photo Gallery[/color]
[HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Photo Gallery]
"SignInRemindersLeft"=dword:00000000

; [color="#FF0000"]Don’t ask the user to change file associations for picture and photo file types[/color]
[HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Photo Gallery\Library]
"DontShowAssociationsDialogExtensions"=hex(7):2e,00,57,00,44,00,50,00,00,00,2e,\
 00,42,00,4d,00,50,00,00,00,2e,00,4a,00,46,00,49,00,46,00,00,00,2e,00,4a,00,\
 50,00,45,00,47,00,00,00,2e,00,4a,00,50,00,45,00,00,00,2e,00,4a,00,50,00,47,\
 00,00,00,2e,00,50,00,4e,00,47,00,00,00,2e,00,54,00,49,00,46,00,00,00,2e,00,\
 4a,00,58,00,52,00,00,00,2e,00,44,00,49,00,42,00,00,00,2e,00,54,00,49,00,46,\
 00,46,00,00,00,2e,00,49,00,43,00,4f,00,00,00,00,00

 

deploy it via SCCM 2012.

These are the settings I use for our SCCM application.

 

Install

"wlsetup-all.exe" /AppSelect:PhotoGallery,MovieMaker /NoCEIP /NoHomepage /NoLaunch /NoMU /NoSearch /NoToolbarCEIP /Silent

 

Uninstall

"%ProgramFiles(x86)%\Windows Live\Installer\wlarp.exe" /Cleanup:All /q

 

Detection Rule (You'll need to double-check this)

Windows Installer
{45898170-E68C-4F02-AA35-C2186BF347A3}

 

Run installation and uninstall programs as 32-bit process on 64-bit clients = ticked.

 

Download the installer from:

http://g.live.com/1rewlive5-all/en-gb/wlsetup-all.exe

Edited by Arthur

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...