Jump to content

Recommended Posts

Posted

Hello all,

 

I'm have a fair few issues regarding WMM 6.0 (vista version) we are needing movie maker in our school environment (windows 7 machines) but our current 2.6 WMM does not save the final project :(

 

We are trying to upgrade to 6.0 as it 'seems' to work much better, but there seems to be no MSI and i have spent far too long now trying to make it work, so has anyone had this issue ? or know of an MSI?

 

And just to let you know we tried windows live essential WMM and it does not work. Apparently our new systems do not meet the required specification!

 

Thanks,

 

Sam Brooks

Posted

For people who are trying to do this i have found a way!

I found 2 MSI's which were for 32bit and 64bit, BOTH MSI'S HERE

The command i used was this

 

@echo off

 

 

IF EXIST "C:\Program Files (x86)" (GOTO 64BIT) ELSE (GOTO 32BIT)

 

 

:64BIT

IF EXIST "C:\Program Files\Movie Maker\MOVIEMK.exe" (GOTO END) ELSE (GOTO 64BITYES)

 

 

:64BITYES

echo 64bit Selected

msiexec /i "\Servernamehere\wmm6_win7_64bit.msi" /qn

GOTO END

 

 

:32BIT

IF EXIST "C:\Program Files\Movie Maker\MOVIEMK.exe" (GOTO END) ELSE (GOTO 32BITYES)

 

 

:32BITYES

echo 32bit Selected

msiexec /i "\\Servernamehere\wmm6_32bit.msi" /qn

GOTO END

 

 

:END

echo WMM 6.0 Installed!

 

Hopes this helps someone!

 

Thanks,

 

Sam Brooks

  • Thanks 1

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