Re: Creating a package with an executable
Published: Dec 12, 2016 - 8:16 PM
This:
Allows you to retrieve the version from the control file
You are using this variable here:
The uninstallkey command returns version 6.3 with:
The version in the control file must therefore be 6.3-x
Otherwise, it will return an error of this type
Code: Select all
versionpaquet = control['version'].split('-',1)[0]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)Code: Select all
wapt-get list-registry pymecavideoOtherwise, it will return an error of this type