Page 1 of 1

[RESOLVED] organizational unit package error

Published: August 14, 2019 - 4:17 PM
by Gaetan
Hello everyone,

the following package: viewtopic.php?f=9&t=1925

works very well, one station at a time.
However, as soon as it is placed in an OR, it gives this error:
installing tls-agent-kav-10-installerTraceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3846, in install_wapt
exitstatus = setup.install()
File "c:\windows\temp\waptmsjbkd\setup.py", line 18, in install
File "C:\Program Files (x86)\wapt\common.py", line 3802, in new_func
return func(*args,**kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers.py", line 4157, in install_msi_if_needed
run(r'msiexec /norestart /q /i "%s" %s' % (msi,props),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 'msiexec /norestart /q /i "Kaspersky Network Agent.msi" PRIVACYPOLICY=1 LAUNCHPROGRAM=1 EULA=1 SERVERADDRESS=10.31.8.47 DONT_USE_ANSWER_FILE=1' returned non-zero exit status 1603.
Output:
CalledProcessErrorOutput: Command 'msiexec /norestart /q /i "Kaspersky Network Agent.msi" PRIVACYPOLICY=1 LAUNCHPROGRAM=1 EULA=1 SERVERADDRESS=10.31.8.47 DONT_USE_ANSWER_FILE=1' returned non-zero exit status 1603.
Output:
I understand the output, because WAPT does not retrieve an expected return value.

My question is: Why this error on the ORs and not the positions?

THANKS

Re: Error in organizational unit package

Published: August 14, 2019 - 6:57 PM
by sfonteneau
There's no connection to OU packages.

However, I doubt error 1603 is expected. ^^

https://support.microsoft.com/fr-fr/hel ... stallation

Re: Error in organizational unit package

Published: August 19, 2019 - 09:56
by Gaetan
Hello,

indeed, it's not expected; it only appears if the application is already present.
But only on a deployment via the OU, not on a peer-to-peer basis.

So I don't understand the difference between the two types of installations.

Could you explain how I can correct my package, please?

Re: Error in organizational unit package

Published: August 21, 2019 - 10:16
by Gaetan
Hello,
I managed to work around the problem by modifying the code (updated in the other post).

But I still don't understand why the error was present in the OU and not in the peer-to-peer interaction.

Re: Error in organizational unit package

Published: August 21, 2019 - 10:28
by sfonteneau
I admit to having behaved strangely with the Zabbix package...