The search returned 7 results

by AveyronJJ
December 5, 2025 - 3:15 PM
Forum: WAPT Packages
Subject: Information search on error feedback
Answers: 3
Views : 4255

Re: Information search on error feedback

Thanks, according to VirusTotal, it works with our antivirus.

But thanks for the suggestion; I'll check with those who configure our antivirus. You can close this.
by AveyronJJ
December 5, 2025 - 8:23 AM
Forum: WAPT Packages
Subject: Information search on error feedback
Answers: 3
Views : 4255

Information search on error feedback

Hello, I often encounter this error on various packages and on different machines:

File "C:\Program Files (x86)\wapt\waptpackage.py", line 2595, in unzip_package
zip.extractall(path=target_dir)
File "zipfile.py", line 1647, in extractall
File "zipfile.py", line 1701, in _extract_member ...
by AveyronJJ
November 22, 2023 - 1:32 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Certificate problem
Answers: 2
Views : 2540

[SOLVED]Re: Certificate problem

Hello,

thank you, I'll look into it.

Have a good day.
by AveyronJJ
November 16, 2023 - 12:02 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Certificate problem
Answers: 2
Views : 2540

[SOLVED] Certificate problem

- Installed WAPT version (2.4.0.14031)
- Server OS (Linux / CentOS 7)
- Administration/package creation machine OS (Windows 10)

Hello,
There are currently two of us using a WAPT console (each on a different machine).
When my colleague creates a package...
by AveyronJJ
July 26, 2023 - 10:29
Forum: WAPT Packages
Subject: [RESOLVED] Audit Status: Warning and Unknown
Answers: 4
Views : 3942

Re: Audit status Warning and unknown

Thank you Denis,

have a good day.

Jean-Jacques
by AveyronJJ
July 25, 2023 - 08:14
Forum: WAPT Packages
Subject: [RESOLVED] Audit Status: Warning and Unknown
Answers: 4
Views : 3942

Re: Audit status Warning and unknown

Hello Denis,

The code is as follows:
from setuphelpers import *
import shutil
import os
from datetime import datetime

def install():
# Path to the ISO file in the WAPT package
iso_file_path = os.path.join(os.path.dirname(__file__), 'C6440102C-A.iso')

# Destination path for ...
by AveyronJJ
July 24, 2023 - 3:24 PM
Forum: WAPT Packages
Subject: [RESOLVED] Audit Status: Warning and Unknown
Answers: 4
Views : 3942

[SOLVED] Audit status Warning and unknown

Version: WAPTconsole 2.4.0.14031 -1420892a

Hello,

I'm taking over a WAPT installation and some packages and installations that were done by someone who is no longer with our department.
The last thing they did was install a package that copies an ISO image if it isn't already there...