Windows Movie Maker 2012 Package

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
User avatar
lduriez
Messages: 17
Registration: Sep 2, 2015 - 09:16
Location: Roubaix
Contact :

February 19, 2016 - 12:06

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
User avatar
lduriez
Messages: 17
Registration: Sep 2, 2015 - 09:16
Location: Roubaix
Contact :

February 19, 2016 - 3:08 PM

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.
knpc
Messages: 63
Registration: Nov. 20, 2015 - 4:40 p.m.

March 3, 2016 - 9:21 PM

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.
Giorgia
Messages: 1
Registration: August 17, 2020 - 12:45

August 17, 2020 - 12:47

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)
Youtuber and avid reader.
Video editing with https://moviemakerdownload.it.
And enjoying every weekend in the mountains.
Locked