I'm trying to install the SphinxIQ2 software. The developer provides a utility that generates a batch file for a silent installation. I tried copying the parameters from my setup.py file; they correspond to the silentflags section in the line below:
Code: Select all
install_exe_if_needed("SetupSphinxIQ2.exe",silentflags='/s /v"/qn INSTALLDIR=\"C:\Program Files\SphinxIQ\"" /v"ISSCRIPTCMDLINE=\"MaCléDeLicence\""',key='SphinxIQ2',min_version='7.2.3.0')The error message is below:
Code: Select all
Message File Name Line Position
Traceback
<module> c:\wapt\wapt-get.py 23
main c:\wapt\wapt-get.py 373
install_wapt c:\wapt\common.py 3630
"CalledProcessErrorOutput: Command '""SetupSphinxIQ2.exe"" /s /v""/qn INSTALLDIR=""C:\\Program Files\\SphinxIQ"""" /v""ISSCRIPTCMDLINE=""-MacléDeLicence""""' returned non-zero exit status 1203.
Output:u''"
