[SOLVED] Problem generating package - Synchronie-6 software

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
Mr. Desveaux
Messages: 2
Registration: June 24, 2019 - 12:00

June 26, 2019 - 09:18

Hello everyone,

I'm not at all an expert in WAPT; I'm just starting out.

Currently, the packages are created by my colleague, and I haven't been involved in them at all.

After encountering a problem with a package generation that wasn't working, I looked at your forum and found videos explaining how to do it locally with PyScripter.

So I installed PyScripter to test generating this installation package.

So I started creating the package, and during the installation test (by right-clicking and selecting "run" on the project's install folder), the installation returned the following errors:

Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3804, in install_wapt
exitstatus = setup.install()
File "c:\waptdev\p-enfa-synchronie-6-wapt\setup.py", line 8, in install
install_exe_if_needed("install.exe",'/VERYSILENT /SUPPRESSMSGBOXES /NORESTART',key='',min_version='0.0.0.0')
File "C:\Program Files (x86)\wapt\common.py", line 3760, in new_func
return func(*args,**kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers.py", line 4206, in install_exe_if_needed
run(r'"%s" %s' % (exe,silentflags),accept_returncodes=accept_returncodes,timeout=timeout,pidlist=pidlist)
File "C:\Program Files (x86)\wapt\setuphelpers.py", line 1061, in run
raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
CalledProcessErrorOutput: Command '"install.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART' returned non-zero exit status 1.
Output:

FATAL ERROR: CalledProcessErrorOutput: Command '"install.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART' returned non-zero exit status 1.
Output:
Exit code: 3.

Could you please help me?

Note that when I run the executable file from the package folder, the installation runs correctly.
There are many 'next' commands, then a license number entry in the format syn-929-254-826 (which I entered in the license field of the control file).

Thank you in advance for any help you can provide.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 26, 2019 - 11:58

Hello,

what is your software's procedure for a silent installation?

Wapt defaults to: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART as silent arguments for the install.exe file.

But I doubt that these are the arguments expected by the file.
Mr. Desveaux
Messages: 2
Registration: June 24, 2019 - 12:00

June 26, 2019 - 12:26

Hello,

where can I find the arguments for the answers?

Does this mean that this installation might not be automated?
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 26, 2019 - 12:45

m.desveaux wrote: June 26, 2019 - 12:26 Where can I find the arguments for the answers?
With a search engine like Google :D a search for the style silent install softwarename

You can also, if possible, contact the software publisher directly to gain access to the information if it is not already in the documentation
m.desveaux wrote: June 26, 2019 - 12:26 Does this mean that this installation might not be automated?
Not in a simple and clean way, in any case; if it's truly impossible, your software will fall into the category of podowareIncreasingly rare these days, but some can still be found...
Locked