The search returned 3 results

by Raphael
March 14, 2019 - 10:43
Forum: WAPT Packages
Subject: Timeout error 300
Answers: 4
Views : 8731

Re: Timeout error 300

Yes, but the problem is that we don't know beforehand.
I thought when it worked with PyScripter, everything was fine.
But not at all.

In short, it's not that simple to deploy third-party, non-open-source applications. :)
by Raphael
March 12, 2019 - 08:28
Forum: WAPT Packages
Subject: Timeout error 300
Answers: 4
Views : 8731

Re: Timeout error 300

So I managed to get around the problem
by looking inside the EXE container.
I saw there was an MSI file which was the application itself, and the others were the prerequisites: DirectX .NET, etc.
By using `install_msi_if_needed`,
I succeeded.

However, I'd like to know what was blocking the installation...
by Raphael
March 11, 2019 - 3:19 PM
Forum: WAPT Packages
Subject: Timeout error 300
Answers: 4
Views : 8731

Error timeout 300

Hello
, I want 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 installation progress window appears, but no interaction is requested.


When sending...