Error timeout 300
Published: March 11, 2019 - 3:19 PM
Hello,
I'd like to create a package for a software publisher's program.
I have no problem installing/uninstalling it using PyScripter.
The thing is, during the installation, the progress bar appears, but no interaction is requested.
When sending the package to a test computer (Windows 8.1 Pro and Windows 10),
I get a "Timeout after 300 seconds with output" error.
I tried setting the timer to 600 seconds, but the result is the same.
I don't know what it's expecting.
def install():
print('installing test-application1')
install_exe_if_needed('application1.exe',
silentflags='/s /sms /v" /qb ALLUSERS=1 INSTALL_TYPE=1 LIC_SERVER=srv-licence1 SQR_INSTALL=1 SQ_VBEXCEL=VBYes',
key='{4D26DC69-A81F-4F5F-A3AA-D09A5DD3b8D5}',
timeout=600,)
I've checked that this executable is a container for an MSI and the program prerequisites.
The application is downloaded correctly to the machine and then executed correctly;
there are no missing prerequisites because I already installed it.
Do you know if I can try using a RUN command? (because it works in the regular command prompt) However, I don't know Python.
Thank you
Version of WAPT installed (1,7,3,5)
- Server OS (Windows 2008 Enterprise)
- Administration/package creation machine OS (Windows 10)
I'd like to create a package for a software publisher's program.
I have no problem installing/uninstalling it using PyScripter.
The thing is, during the installation, the progress bar appears, but no interaction is requested.
When sending the package to a test computer (Windows 8.1 Pro and Windows 10),
I get a "Timeout after 300 seconds with output" error.
I tried setting the timer to 600 seconds, but the result is the same.
I don't know what it's expecting.
def install():
print('installing test-application1')
install_exe_if_needed('application1.exe',
silentflags='/s /sms /v" /qb ALLUSERS=1 INSTALL_TYPE=1 LIC_SERVER=srv-licence1 SQR_INSTALL=1 SQ_VBEXCEL=VBYes',
key='{4D26DC69-A81F-4F5F-A3AA-D09A5DD3b8D5}',
timeout=600,)
I've checked that this executable is a container for an MSI and the program prerequisites.
The application is downloaded correctly to the machine and then executed correctly;
there are no missing prerequisites because I already installed it.
Do you know if I can try using a RUN command? (because it works in the regular command prompt) However, I don't know Python.
Thank you
Version of WAPT installed (1,7,3,5)
- Server OS (Windows 2008 Enterprise)
- Administration/package creation machine OS (Windows 10)