I had the problem described in this thread:
viewtopic.php?t=1891
So I tried to work around it using this code:
Code: Select all
# -*- coding: utf-8 -*-
import subprocess
uninstallkey = []
def install():
print('installing tls-agent-kav-10-installer')
subprocess.call(["msiexec", "/i 'Kaspersky_Network_Agent.msi' /qn /l*vx c:\windows\temp\nag_inst.log SERVERADDRESS='\\kamoulox' DONT_USE_ANSWER_FILE=1 EULA=1 PRIVACYPOLICY=1"])Through research, I read that this would come from the msiexec line and its parameters.
This command works fine when launched by PowerShell.
Do you have any idea?
THANKS.
- Installed WAPT version (1.7)
- Linux server OS and CentOS 7 version
- Operating system of the administration machine/creation of Windows 10 packages
