Jump to content

Recommended Posts

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

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.

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

  • 5 months later...
Posted

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.

  • 4 weeks later...
Posted
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 :/

Posted
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

  • Thanks 1
Posted
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

  • Thanks 2
  • 3 months later...
Posted

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

  • 4 weeks later...

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