Page 1 of 1

Windows Movie Maker 2012 Package

Published: February 19, 2016 - 12:06 PM
by lduriez
Good morning,

I am contacting you because I am having trouble creating a Windows Movie Maker 2012 package.

Here is my setup.py file for this package:

Code: Select all

# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = []

def install():
    print('installing uvhc-windowsmoviemaker')
    run(r'"wlsetup-all.exe" /AppSelect:MovieMaker /noMu /noHomePage /noSearch /noLaunch /noToolBarCEIP /q')
    #Modification clé de registre pour les accord EULA
    run('REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Common" /v TOUVersion /t REG_SZ /d "16.0.0.0" /f ')
However, when I try to install this package on a machine, I get the following error:

Code: Select all

installing uvhc-windowsmoviemaker2012
2016-02-19 11:57:25,375 CRITICAL Fatal error in install script: CalledProcessError: Command '('"wlsetup-all.exe" /AppSelect:MovieMaker /noMu /noHomePage /noSearch /noLaunch /noToolBarCEIP /q',)' returned non-zero exit status -2147219456:Traceback (most recent call last):
  File "C:\wapt\common.py", line 3266, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptncksv3\setup.py", line 25, in install
    run(r'"wlsetup-all.exe" /AppSelect:MovieMaker /noMu /noHomePage /noSearch /noLaunch /noToolBarCEIP /q')
  File "C:\wapt\common.py", line 3113, in run
    return setuphelpers.run(*arg,pidlist=self.pidlist,**args)
  File "C:\wapt\setuphelpers.py", line 959, in run
    raise subprocess.CalledProcessError(proc.returncode,cmd,''.join(output))
CalledProcessError: Command '('"wlsetup-all.exe" /AppSelect:MovieMaker /noMu /noHomePage /noSearch /noLaunch /noToolBarCEIP /q',)' returned non-zero exit status -2147219456

2016-02-19 11:57:25,510 CRITICAL Package uvhc-windowsmoviemaker2012 (=16.4.3528.331-10) not installed due to errors : CalledProcessError: Command '('"wlsetup-all.exe" /AppSelect:MovieMaker /noMu /noHomePage /noSearch /noLaunch /noToolBarCEIP /q',)' returned non-zero exit status -2147219456
2016-02-19 11:57:25,513 CRITICAL Exception: Erreur lors de l'installation de uvhc-windowsmoviemaker2012 (=16.4.3528.331-10) : {'skipped': [], 'additional': [], 'downloads': {'downloaded': [u'C:\\wapt\\cache\\uvhc-windowsmoviemaker2012_16.4.3528.331-10_all.wapt'], 'skipped': [], 'errors': []}, 'remove': [], 'upgrade': [], 'install': [(u'uvhc-windowsmoviemaker2012 (=16.4.3528.331-10)', PackageEntry('uvhc-windowsmoviemaker2012','16.4.3528.331-10'))], 'errors': [[u'uvhc-windowsmoviemaker2012 (=16.4.3528.331-10)', PackageEntry('uvhc-windowsmoviemaker2012','16.4.3528.331-10')]], 'unavailable': []}
I had previously made the same package for Windows Movie Maker 2011 where the silent installation command is the same and I did not have this problem.

Furthermore, by launching the silent installation command from a classic Windows command prompt, the program installs correctly.

Does anyone have any ideas on how to get me unstuck?

Thank you in advance.

Luc

Re: Windows Movie Maker 2012 package

Published: February 19, 2016 - 3:08 PM
by lduriez
Well, I finally figured out where the problem was coming from.

The .NET framework was missing for the installation to work correctly, so I added my .NET package as a dependency.

Hopefully, this will help someone.

Re: Windows Movie Maker 2012 package

Published: March 3, 2016 - 9:21 PM
by knpc
Hi,

have you ever created packages that require a serial number during installation?
I'd like to package Antidote 9 but I'm having trouble, so if you could help me,

thank you.

Re: Windows Movie Maker 2012 package

Published: August 17, 2020 - 12:47
by Giorgia
If you're looking to download Movie Maker, visit this page: ( :!: Unofficial publisher link removed :!:) and you'll find a download link and an explanation of how it works. (

Message edited by tranquilit)