Page 2 of 2

Re: Creating a package with an executable

Published: Dec 12, 2016 - 8:16 PM
by sfonteneau
This:

Code: Select all

versionpaquet = control['version'].split('-',1)[0]
Allows you to retrieve the version from the control file

You are using this variable here:

Code: Select all

install_exe_if_needed('pymecavideo-%s.exe' % versionpaquet ,'/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-','pymecavideo 6.3_is1',versionpaquet)
The uninstallkey command returns version 6.3 with:

Code: Select all

 wapt-get list-registry pymecavideo
The version in the control file must therefore be 6.3-x

Otherwise, it will return an error of this type

Re: Creating a package with an executable

Published: Dec 13, 2016 - 08:06
by gaelds
The version in the control file is "6.3.0-6"