The search returned 6 results

by Skudd
June 27, 2019 - 11:20
Forum: WAPT Packages
Subject: [SOLVED] Folders/files disappear after build
Answers: 2
Views : 2754

Re: Disappearance of folders/files after build

Great, thanks Simon.
I didn't realize there were exclusions.
So the "problem" is solved ;)
. Thanks again for your quick response.
by Skudd
June 26, 2019 - 3:27 PM
Forum: WAPT Packages
Subject: [SOLVED] Folders/files disappear after build
Answers: 2
Views : 2754

[SOLVED] Folders/files disappear after build

Hello everyone,

I'm reaching out after discovering a strange issue with a SolidWorks 2018 package.
Here's my problem...
After preparing an administrative image of SolidWorks and configuring the controls and setup, the install and remove tests work perfectly (in silent mode).
However...
by Skudd
February 6, 2019 - 4:05 PM
Forum: WAPT Packages
Subject: [SOLVED] Wapt directory organization
Answers: 4
Views : 4728

Re: [SOLVED] Wapt directory organization

sfonteneau wrote: Feb 5, 2019 - 3:14 PM I'm not sure if I understood correctly, but basically:

Code: Select all

run(r'subfolder\install.msi')
That's exactly what I wanted to know, thank you very much ;)
by Skudd
February 5, 2019 - 9:49 AM
Forum: WAPT Packages
Subject: [SOLVED] Wapt directory organization
Answers: 4
Views : 4728

Re: Wapt directory organization

The issue wasn't getting the package to work; it's not a problem if I just put everything in it. It was simply a matter of organization.
In this specific case, downloading the MSI file isn't enough to install the software. I would have preferred to organize everything into a subfolder.
Thank you for...
by Skudd
February 4, 2019 - 2:20 PM
Forum: WAPT Packages
Subject: [SOLVED] Wapt directory organization
Answers: 4
Views : 4728

[SOLVED] Wapt directory organization

Hello,
I'm contacting you to understand the organization of the wapt package.
The source of my test software is a DVD, with many files, MSIs, and folders in the root directory...
To keep things clean, I'd like everything in my wapt package to be contained within a single...
by Skudd
January 23, 2019 - 8:47 AM
Forum: WAPT Packages
Subject: RapidTyping Packet
Answers: 0
Views : 5786

RapidTyping Packet

Hello,
when creating a package for RapidTyping 5, I'm having trouble with the uninstall...
Let me explain;
during installation via PyScripter, everything goes smoothly EXCEPT that the uninstall file is missing from the installation folder.
This is obviously not the case if I...