The search returned 4 results

by sdelpech
November 3, 2017 - 9:13 AM
Forum: WAPT Server
Subject: HTTPConnectionPool read timed out
Answers: 8
Views : 13380

Re: HTTPConnectionPool read timed out

I have the same problem on Windows 10. However, I noticed that it only happened when the virtulabox package was installed.
by sdelpech
October 10, 2017 - 5:26 PM
Forum: WAPT Packages
Subject: Launching an executable file over the network.
Answers: 3
Views : 3277

Re: Launching an executable file over the network.

My problem stems from the fact that the installation is trying to contact a SolidWorks server via the web. Consequently, behind a proxy server with authentication, the installation is blocked.
by sdelpech
October 10, 2017 - 8:05 AM
Forum: WAPT Packages
Subject: Launching an executable file over the network.
Answers: 3
Views : 3277

Re: Launching an executable file over the network.

For my tests, I ended up creating two packages. The first copies the installation files, and the second launches the installation. This already saves me from waiting an hour each time I run the build package.

I'll try using the msiexec commands.
Thanks for your help.
by sdelpech
October 9, 2017 - 4:53 PM
Forum: WAPT Packages
Subject: Launching an executable file over the network.
Answers: 3
Views : 3277

Launching an executable file over the network.

Hello,

I'm trying to create a package for the administrative installation of SolidWorks. I've placed the entire installation in a publicly shared directory. When I run the command `run(r'"\\10.XXX\Share\solid\startswinstall.exe"/install /now')`,

I get an access denied error.

If...