djgreek Posted May 24, 2011 Posted May 24, 2011 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
AngryTechnician Posted May 24, 2011 Posted May 24, 2011 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. 2
sted Posted May 24, 2011 Posted May 24, 2011 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
djgreek Posted May 25, 2011 Author Posted May 25, 2011 Thanks for the info Does anyone know how to allow students to save a network share
AngryTechnician Posted May 25, 2011 Posted May 25, 2011 I know older versions had this problem (this is the workaround) but I'm using the latest version and can save to the network just fine without any alterations.
mrbios Posted May 25, 2011 Posted May 25, 2011 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 1
gs_king Posted June 18, 2011 Posted June 18, 2011 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 2
burgemaster Posted July 19, 2011 Posted July 19, 2011 You need 3 Packages deployed in this order: 1) WindowsLiveSync.msi (1.4meg) 2) PhotoLibrary.msi (18.3meg) 3) MovieMaker.msi (6.6meg) Good luck.
dgsmith Posted July 19, 2011 Posted July 19, 2011 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.
MattDLEA Posted May 8, 2012 Posted May 8, 2012 Think I'm a bit stupid has any one got a link to the MSI's that i need to get moviemaker to work? TIA
DarrenM Posted May 16, 2012 Posted May 16, 2012 Covered here. Working on this now so can't vouch for any info.
ricki Posted May 16, 2012 Posted May 16, 2012 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
MattDLEA Posted May 22, 2012 Posted May 22, 2012 Covered here. Working on this now so can't vouch for any info. Any Luck?
CyberDrac Posted October 16, 2012 Posted October 16, 2012 You need 3 Packages deployed in this order: 1) WindowsLiveSync.msi (1.4meg) 2) PhotoLibrary.msi (18.3meg) 3) MovieMaker.msi (6.6meg) Good luck. FYI, according to this post ... windows live sync/msi - Microsoft Community ... the WindowsLiveSync has been replaced with MeshRuntime.msi
Oaktech Posted June 4, 2014 Posted June 4, 2014 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.
Boredguy Posted June 4, 2014 Posted June 4, 2014 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
Oaktech Posted June 4, 2014 Posted June 4, 2014 Ths is what i've done, but when you fire off either product you get an accept / decline EULA box...
AJWhite1970 Posted June 4, 2014 Posted June 4, 2014 (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 June 4, 2014 by AJWhite1970 spel chequer
Arthur Posted June 4, 2014 Posted June 4, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now