The search returned 11 results

by d3sys
July 24, 2020 - 5:15 PM
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

Re: Copying large files across the network stops


Hello,

you have a use case and a problem that are outside the scope of what we've explored.

We don't even know the name of the application that's causing you so much trouble.

If you're working with a design school and the application is between 5 and 6 GB, I suspect Adobe CS, and in that case, we...
by d3sys
June 18, 2020 - 7:16 PM
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

Re: Copying large files across the network stops


Hello 3dsys,
For this type of unusual use case, please consider a support contract and direct communication with our teams.
Right now, everyone is wasting too much time.
Regards,
Vincent

:shock: Sorry to "waste too much time" and therefore too much money, I thought we were in a...
by d3sys
June 14, 2020 - 9:51 PM
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

Re: Copying large files across the network stops


If I understand correctly, what might help you would be to split your package in two.
On one side, the "heavy" files, and on the other, the scripts or configuration files that you need to modify frequently?
And then make the package with the heavy files a dependency.

This way, you...
by d3sys
June 11, 2020 - 09:07
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

Re: Copying large files across the network stops


https://www.wapt.fr/fr/doc/wapt-common-problems/common-problems-and-questions.html?highlight=volumineux#my-wapt-package-is-too-big-and-i-can-not-upload-it-on-the-repository ?

+

https://winscp.net/eng/docs/task_synchronize

will resolve your issue.

Regards,

Vincent

Thanks for the heads-up...
by d3sys
June 10, 2020 - 2:25 PM
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

Re: Copying large files across the network stops


Wapt is already a web server that hosts Wapt packages. You don't need to install anything extra.

You just need to place the folder in your package: c:\waptdev\tis-copyfile.

Then, in the package:


This is precisely what we want to avoid. It took us almost 24 hours to...
by d3sys
June 10, 2020 - 01:56
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

Re: Copying large files across the network stops


I advise against distributing your packages via SMB (see https://www.wapt.fr/fr/doc/wapt-common-problems/common-mistakes.html), it's a bad idea.

Regards,

Vincent


Thanks for the link, but I'd already read it. The problem is that the documentation, although well-written and well-thought-out, is very...
by d3sys
June 9, 2020 - 7:31 PM
Forum: WAPT Packages
Subject: [RESOLVED] Copying large folder across the network stops
Answers: 15
Views : 13705

[RESOLVED] Copying large files across the network stops

Hello, we tried to create a package for a business software suite, somewhat like the Adobe suite. The problem we encountered is that the installation is very large, so to manage any updates or programming fixes for the package, we had to put everything on...
by d3sys
April 3, 2020 - 9:58 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Using a direct Python script to install an application
Answers: 3
Views : 7280

Re: Using a direct Python script to install an application

I spoke with the software developers and in their new version they have included installation parameters that work very well with WAPT, so thank you very much!
by d3sys
April 3, 2020 - 9:53 PM
Forum: WAPT Packages
Subject: Launching the application after installation
Answers: 0
Views : 6323

Launch the application once the installation is complete

Sometimes, in certain organizations during these distant times of lockdown, we need to perform seamless updates on user applications.

In my case, the kill command works, copytree2 works, but the run command waits for the application to close before...
by d3sys
January 22, 2020 - 3:34 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Using a direct Python script to install an application
Answers: 3
Views : 7280

Re: Using a direct Python script to install an application

If you want to run a Python installation script, you need to run it with the executable file in question (other than waptpython.exe), like c:\python27\bin\python.exe mypythonscript.py.
I believe that's correct. To explain everything, the software developer has planned regular updates of...