Page 1 of 1

XLSTAT deployment error

Published: Dec 1, 2020 - 6:08 PM
by luffy37400
Hello,

I just created an xlstat 2020 package:
- My pyscripter:
def install():
install_exe_if_needed("xlstat20202.exe",'/s',key='{683623D5-9911-441A-B65D-18158F7B3E22}',min_version='22.2.65349')

The install and uninstall test works correctly via PyScripter.

The problem is that when installing the package on a machine, it gives me the following error:

Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3823, in install_wapt
exitstatus = setup.install()
File "c:\windows\temp\waptl1puvs\setup.py", line 7, in install
File "C:\Program Files (x86)\wapt\common.py", line 3777, in new_func
return func(*args,**kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1263, 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_windows.py", line 3867, in run
raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
CalledProcessErrorOutput: Command '"xlstat20202.exe" /s' returned non-zero exit status -2147024893.
Output:
CalledProcessErrorOutput: Command '"xlstat20202.exe" /s' returned non-zero exit status -2147024893.
Output:

I have absolutely no idea where the problem could be coming from and I'm having trouble deciphering it.


- Installed WAPT version (1.8.1)
- Server OS (Windows 10)
- Administration/package creation machine OS (Windows 10)

Thank you for your help.
Sincerely,

Adel

Re: XLSTAT deployment error

Published: Dec 2, 2020 - 10:39
by jpele
Hello,

We don't have the means to test these licensed software programs, but given the issue, it's likely that the installation of this "plugin" only works in a user environment. I suggest you test this with the session_setup() function

. Documentation:
https://www.wapt.fr/fr/doc/wapt-create- ... index.html

Feel free to refer to or request the publisher's documentation for deployment recommendations in an enterprise environment.


Sincerely,
Jimmy