Hi Denis,
thanks for your reply, it's clear.
I've rewritten my own function to launch 7-Zip (based on your `unzip_with_7zip` function).
Etienne
The search returned 5 results
- June 6, 2023 - 5:36 PM
- Forum: WAPT Packages
- Subject: [SOLVED] unzip_with_7zip() function in WAPT 2.4
- Answers: 3
- Views : 2007
- June 5, 2023 - 2:16 PM
- Forum: WAPT Packages
- Subject: [SOLVED] unzip_with_7zip() function in WAPT 2.4
- Answers: 3
- Views : 2007
[SOLVED] unzip_with_7zip() function in WAPT 2.4
Hello,
In WAPT version 2.4, the `unzip_with_7zip()` function was moved from `setuphelpers` to `setupdevhelpers`. I use this function in my packages.
What am I supposed to do? Simply import the `setupdevhelpers` library?
More generally, what is the difference...?
In WAPT version 2.4, the `unzip_with_7zip()` function was moved from `setuphelpers` to `setupdevhelpers`. I use this function in my packages.
What am I supposed to do? Simply import the `setupdevhelpers` library?
More generally, what is the difference...?
- February 4, 2022 - 11:11
- Forum: WAPT Packages
- Subject: [RESOLVED] Changing the date of copied files
- Answers: 4
- Views : 2996
Re: Changing the date of copied files
Hello Denis,
Thank you for your replies.
While waiting for version 2.3 (which would simplify things considerably), I'll try to retrieve the dates from the archive; otherwise, I'll create an installer for my application (in addition to the WAPT package).
Etienne
Thank you for your replies.
While waiting for version 2.3 (which would simplify things considerably), I'll try to retrieve the dates from the archive; otherwise, I'll create an installer for my application (in addition to the WAPT package).
Etienne
- February 2, 2022 - 12:44
- Forum: WAPT Packages
- Subject: [RESOLVED] Changing the date of copied files
- Answers: 4
- Views : 2996
Re: Changing the date of copied files
Hello Denis,
Thank you for your reply.
It seems to me that, in most cases, when you unzip a file, you expect the modification date to remain unchanged. The way Python's Zip library works seems strange to me...
If it were possible to do something about this in WAPT...
Thank you for your reply.
It seems to me that, in most cases, when you unzip a file, you expect the modification date to remain unchanged. The way Python's Zip library works seems strange to me...
If it were possible to do something about this in WAPT...
- January 28, 2022 - 4:38 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Changing the date of copied files
- Answers: 4
- Views : 2996
[RESOLVED] Changing the date of copied files
Hello,
I'm trying to create a package for installing a "portable" software application (internal development).
However, when installing files (using CopyTree2), the modification date of these files changes to the installation date.
I find this problematic (especially for EXE and DLL files).
I'm trying to create a package for installing a "portable" software application (internal development).
However, when installing files (using CopyTree2), the modification date of these files changes to the installation date.
I find this problematic (especially for EXE and DLL files).
