Jump to content

Recommended Posts

Posted

Hi,

 

Just trying to deploy windows live movie maker using the script.

  @echo OFF
REM --- Check for an existing installation of Movie Maker on 32-bit
IF EXIST "C:\Program Files\Windows Live\Photo Gallery\MovieMaker.exe" goto _End
REM --- Check for an existing installation of Movie Maker on 64-bit
IF EXIST "C:\Program Files (x86)\Windows Live\Photo Gallery\MovieMaker.exe" goto _End 
REM --- Deploy to Windows 2000/XP/2003/Vista/Windows7/2008/2008-R2
"[url="file://\\fileser\software\Applications\Windows"]\\fileser\software\Applications\Windows[/url] Live Movie\WLSetup-all.exe" /q /r:n /NOToolbarCEIP /NOhomepage /nolaunch /nosearch /AppSelect:MovieMaker /log:%TEMP%\WLEsetup.log
REM --- End of the script
:_End

 

It installs it on all computer but not all computers can open movie maker complaining about dll files not being installed.

 

Manually reinstalling windows like makes it work. Its happened on to many for it to be a shutdown during install issue.

 

Any ideas?

 

Cheers

Posted

Are you using the correct WLSetup-all.exe for each operating system (and the latest version)? :confused:

 

[b]Windows 7 & 8[/b] (Windows Essentials 2012)
[url]http://g.live.com/1rewlive5-all/en-gb/wlsetup-all.exe[/url]

[b]Windows Vista[/b] (Windows Live Essentials 2011)
[url]http://g.live.com/1rewlive4-all/en/wlsetup-all.exe[/url]

[b]Windows XP[/b] ((Windows Live)
[url]http://g.live.com/1rewlive3/en/wlsetup-all.exe[/url]

Posted (edited)

Hi Arthur,

 

Yep, downloaded from them links a few days ago.

 

Had a look last night and it seems to take a long time to run the script that im wondering if it just didn't complete before going into standby.

Im just trying for a way of it waiting for the script to run before getting to the logon screen like MSI's but informing users what's happening. We've got some old machines so they are a bit slow.

 

Had a look at the MSIs but there are around 15 that you need.

Edited by DCUK6

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