Jump to content

Recommended Posts

Posted

Hi All,

I have recently being learning about group policy and software installtions.

As I am still learning I may need a few extra steps explained to me.

 

I would like to deploy movie maker live as an MSI.

I would like to disable items not needed in running Movie Maker and also be able to save to a shared drive.

 

Thank you

Posted

Anything from Windows Live Essentials is very difficult to deploy using GPO software installation, even without customisation (which is largely impossible). There are literally dozens of MSIs in the main installer package, and I don't know if anyone has identified which pre-requisites you'd need to install for each individual product. I strongly suspect one of the pre-reqs for Movie Maker is DirectX 9, which is a .exe install only.

 

I deployed the .exe instead using System Center, but the same process can be used with Local Update Publisher if you have a WSUS server. Otherwise you're probably looking at a logon script, but that's not my area of expertise.

  • Thanks 2
Posted
i tried using the msis's and i did eventually get it to work but i ended up with so much garbage as well. Best bet would probably to use something like winstall on a vm set it up how you want it and capture an msi like that
Posted

Personally i used System center essentials and deploy it as a package there using the following flags:

wlsetup-all.exe /q /NoLaunch /NoToolbarCEIP /NoHomepage /NoSearch /AppSelect:Writer,MovieMaker

 

Can also do that manually per machine if you give it the path to wlsetup-all.exe

  • Thanks 1
  • 4 weeks later...
Posted

Here's the command line to install Movie Maker. You also have to install Picture Gallery, it's a prerequisite. I didn't want any other apps included either, but this was as trimmed down as I could get it. I can look up what the switches mean if you need to know. It's been a while since I set it up.

 

wlsetup-all.exe /AppSelect:MovieMaker /NOToolbarCEIP /NOhomepage /Nolaunch /NOMO /nosearch /q

  • Thanks 2
  • 1 month later...
Posted
Just download Movie Maker for Windows Vista (v6 I think) and make an MSI using that. I wouldn't go near WLE with a bargepole and used WMM from Vista to deploy onto Win7.
  • 9 months later...
  • 2 weeks later...
Posted
Just download Movie Maker for Windows Vista (v6 I think) and make an MSI using that. I wouldn't go near WLE with a bargepole and used WMM from Vista to deploy onto Win7.

 

I did this.

 

Richard

  • 4 months later...
  • 1 year later...
Posted
Here's the command line to install Movie Maker. You also have to install Picture Gallery, it's a prerequisite. I didn't want any other apps included either, but this was as trimmed down as I could get it. I can look up what the switches mean if you need to know. It's been a while since I set it up.

 

wlsetup-all.exe /AppSelect:MovieMaker /NOToolbarCEIP /NOhomepage /Nolaunch /NOMO /nosearch /q

 

Apologies for dragging this one back up again, do you know if there is a flag to accept the license agreement rather than having to have the user click accept? It's not the end of the world, but it doesn't look slick.

Posted

I use the following switches

wlsetup-all.exe /AppSelect:MovieMaker /q /NOSEARCH /NOHOMEPAGE /NOCEIP /NOMU /NOLAUNCH

 

Can't say I've seen an license form

Posted (edited)

Hi

 

Here's mine, slightly different switches used and never seen any license screen

 

"\\server\apps\NWApps\Flash\wlsetup-all.exe" /silent /AppSelect:MovieMaker /NOToolbarCEIP /NOhomepage /Nolaunch /nosearch

 

HTH

Andrew

Edited by AJWhite1970
spel chequer
Posted
do you know if there is a flag to accept the license agreement rather than having to have the user click accept?

I set the following registry values via GPP.

 

Windows Registry Editor Version 5.00

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

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

; Don’t ask the user to change file associations for picture and photo file types
[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

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...