The search returned 8 results

by CARRE-FRED
July 3, 2019 - 9:14 PM
Forum: WAPT Packages
Subject: [RESOLVED] Edupython Software
Answers: 2
Views : 3213

Re: Edupython Software

Okay,
thank you for the reply.
We'll try to think of another solution.
Sincerely

, F. Carré
by CARRE-FRED
July 3, 2019 - 1:31 PM
Forum: WAPT Packages
Subject: [RESOLVED] Edupython Software
Answers: 2
Views : 3213

[SOLVED] Edupython Software

Hello,

the teachers at the high school where I work use Edupython with their students.
I created a WAPT package to deploy Edupython, but I'm encountering errors.
Edupython is installed on the client machines, but when I launch it, I'm redirected to PyScripter.

The same thing happens on the machine where it's installed...
by CARRE-FRED
June 5, 2019 - 8:13 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Deployment with waptdeploy
Answers: 1
Views : 2528

[RESOLVED] Deployment with waptdeploy

Hello,
I created a GPO on my server to deploy the WAPT agent to an OU. I followed the tutorial:
Create the deployment GPO with WAPTdeploy.

It's not working.

So I downloaded waptdeploy.exe to a client and ran the command (in cmd):

waptdeploy.exe --hash ...
by CARRE-FRED
June 5, 2019 - 4:41 PM
Forum: WAPT Packages
Subject: [RESOLVED] SolidWorks 2018 package
Answers: 6
Views : 10829

Re: SolidWorks 2018 package

Hello,

sorry for the delay.
I solved my problem by working around it.
I created an MSI package from my executable and everything installed perfectly.

Thank you.

Best regards

F. Carré
by CARRE-FRED
April 29, 2019 - 6:49 PM
Forum: WAPT Packages
Subject: [RESOLVED] SolidWorks 2018 package
Answers: 6
Views : 10829

Re: SolidWorks 2018 package

I forgot to mention.
Wapt version: 1.7.3 on Debian 9.8
. The console is on Windows 7 Pro.
All installations were also performed on Windows 7 Pro.

Regards,

F. Carré
by CARRE-FRED
April 29, 2019 - 6:14 PM
Forum: WAPT Packages
Subject: [RESOLVED] SolidWorks 2018 package
Answers: 6
Views : 10829

Re: SolidWorks 2018 package

Hello,
I'm back with my SolidWorks problem.
I've set up a new WAPT server, still running Debian 9.8.
I recreated my SolidWorks package using the console (I launched it by clicking "install" and then "execute" in the PyScrypter: it worked).

However, when I install it...
by CARRE-FRED
April 25, 2019 - 3:34 PM
Forum: WAPT Packages
Subject: [RESOLVED] SolidWorks 2018 package
Answers: 6
Views : 10829

Re: SolidWorks 2018 package

Hello,

I added a `timeout=10000` parameter to the command line


: `def install():
print('installing ader-solidworks-startswinstall')
install_exe_if_needed("startswinstall.exe",'/VERYSILENT',key='',min_version='26.5.0.0066',timeout=10000)`.


Without the timeout, the installation was giving me an error...
by CARRE-FRED
April 21, 2019 - 6:06 PM
Forum: WAPT Packages
Subject: [RESOLVED] SolidWorks 2018 package
Answers: 6
Views : 10829

[SOLVED] solidworks 2018 package

Hello,
I'm trying to install SolidWorks 2018 SP5 using WAPT.
I created an administrative image of SolidWorks.
In my administrative image, I have an .exe file (wininstall.exe). If I run it (on a standalone machine), a message appears saying that the automatic installation...