Help with installation settings
Published: October 19, 2017 - 10:26 AM
Good morning,
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:
I'm still a beginner with WAPT; this must be my third package, and I don't have any particular knowledge of Python. I imagine it's misinterpreting the command, but I can't see what the problem is. I tried removing the quotation marks, which seemed unnecessary, but without success.
The error message is below:
Thank you for your help
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''"