nbougourd Posted May 18, 2016 Posted May 18, 2016 Hello everyone. This is my first post so I'm sorry if this turns up in the wrong location! I am currently designing an MSI installer to Install Windows Essentials 2012 (Movie maker only) via group policy and I have used various software packages to provide solutions for this. However Every MSI package I create will run but the process named' Windows Essential Installer 2012 (32 Bit)' closes shortly after. Is there anyone that has created such application that I could implement that works? Many thanks to all.
mikkydoos Posted May 18, 2016 Posted May 18, 2016 I had a go a while back. I couldn't get it working.
RMD Posted May 18, 2016 Posted May 18, 2016 I don't know if this helps but I got this working using EMCO and this .exe of Movie Maker http://g.live.com/1rewlive5-all/en/wlsetup-all.exe??WLXID=b1738983-4841-4c2b-8f47-9218e00c08cf&RID=00257bb72c2&TID=1422274130435&lid= with the parameters wlsetup-all.exe /AppSelect:MovieMaker /NOToolbarCEIP /NOhomepage /Nolaunch /NOMU /nosearch /q
davido38 Posted May 18, 2016 Posted May 18, 2016 Have a look here : https://pcloadletter.co.uk/2012/08/22/deploying-windows-photo-gallery/ I just add HKEY_CURRENT_USER,"Software\Microsoft\Windows Live\Common","TOUVersion","16.0.0.0" for moviemaker.
Tefters Posted May 18, 2016 Posted May 18, 2016 How many machines we talking? Back before I used SCCM I use to do batch script deployments for exe's I could make into MSI's. This involved writing a batch file which would ROBOCOPY the exe to the client machines along with a copy of PSEXEC and then running a PSEXEC command to execute the exe with necessary switches. You write the few lines of code needed them just do an AD dump of computer names, copy and paste all the lines of code with computer names and then run the batch file walking out the door with all the machines on and evaluate next day. Worked well back then and should still do now.
nbougourd Posted May 19, 2016 Author Posted May 19, 2016 Hello all, thanks for the replies, For the time being I would just like one MSI file that I can distribute over a group policy, I have even made a batch file to execute the Windows live package so that Movie Maker only installs but unfortunately this would be done through an EXE and BAT file. I should also add that I even made an Iexpress package that executes the .BAT file after extraction. From there I tried putting this exe file into an MSI which also failed.
sted Posted May 19, 2016 Posted May 19, 2016 Hello all, thanks for the replies, For the time being I would just like one MSI file that I can distribute over a group policy, I have even made a batch file to execute the Windows live package so that Movie Maker only installs but unfortunately this would be done through an EXE and BAT file. I should also add that I even made an Iexpress package that executes the .BAT file after extraction. From there I tried putting this exe file into an MSI which also failed. from my own tests with live movie maker it just will not install as an msi you will have to sue some sort of startup/shutdown script. What @RMD put is basically what i used if exist "c:\Program Files (x86)\Windows Live\Photo Gallery\MovieMaker.exe" goto :end \\server\share$\wlsetup-all.exe /AppSelect:MovieMaker /NOToolbarCEIP /NOhomepage /Nolaunch /NOMU /nosearch /q :end
SimonWindisch Posted November 15, 2016 Posted November 15, 2016 P.S. I believe that Movie Maker as part of Windows Essentials 2012 goes out of support in January 2017. Apparently a new version of Movie Maker will become available from the Windows Store... at some point.
mavhc Posted November 15, 2016 Posted November 15, 2016 Not sure which is worse, current terrible microsoft installers (didn't you invent MSI and GPO microsoft?), or Windows store deployments
kennysarmy Posted December 9, 2016 Posted December 9, 2016 P.S. I believe that Movie Maker as part of Windows Essentials 2012 goes out of support in January 2017. Apparently a new version of Movie Maker will become available from the Windows Store... at some point. I wonder what "goes out of support" will mean. It still installs OK on 1607 although I can't seem to stop it asking the end-users to accept the Microsoft Service Agreement on first use - which fails anywhere because it then says it needs admin rights :/
sted Posted December 9, 2016 Posted December 9, 2016 I wonder what "goes out of support" will mean. It still installs OK on 1607 although I can't seem to stop it asking the end-users to accept the Microsoft Service Agreement on first use - which fails anywhere because it then says it needs admin rights :/ iirc there is a reg key you can fire out to stop that but off hand i cant remember what it is 1
Arthur Posted December 9, 2016 Posted December 9, 2016 I can't seem to stop it asking the end-users to accept the Microsoft Service Agreement on first use - which fails anywhere because it then says it needs admin rights :/ These are the registry settings we push out to stop all of the annoying prompts. 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 2
LukeC Posted March 30, 2017 Posted March 30, 2017 Does any one have a copy of the offline installer for Windows live essentials i only have the web version which doesnt seem to be working any more. This is the file im looking for wlsetup-all.exe
Arthur Posted March 30, 2017 Posted March 30, 2017 I'm looking for wlsetup-all.exe http://www.majorgeeks.com/files/details/windows_live.html (from: www.edugeek.net/forums/educational-software/181866-windows-essentials-2012-windows-movie-maker-etc-no-longer-available.html) 2
Arthur Posted April 26, 2017 Posted April 26, 2017 @LukeC. www.edugeek.net/forums/educational-software/181866-windows-essentials-2012-windows-movie-maker-etc-no-longer-available.html#post1569812 ^ New download link (don't use the Majorgeeks link above). 1
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