The search returned 22 results

by sebastien4444
October 11, 2024 - 11:05
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Misunderstanding Audit Status: ERROR
Answers: 4
Views : 3987

Re: Misunderstanding Audit Status ERROR

Hello,

I apologize for insisting, but since I still can't find the "forgotten package" option, my problem remains unresolved. :cry:

Thank you in advance for your help.
by sebastien4444
September 23, 2024 - 2:23 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Misunderstanding Audit Status: ERROR
Answers: 4
Views : 3987

Re: Misunderstanding Audit Status ERROR

Hello,

First of all, thank you for your reply.

However, I don't understand what you mean by "the target computer tab" because I can't find a "forget packets" option in the Packet Status Summary:

https://i.ibb.co/Fmh30cs/Capture-d-cran-2024-09-23-141646.png" alt ...
by sebastien4444
September 11, 2024 - 3:59 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Misunderstanding Audit Status: ERROR
Answers: 4
Views : 3987

Misunderstanding Audit Status ERROR

Hello,

we've been testing WAPT within our company for a while now to see if we can use it to manage our software infrastructure.
My goal is to enable the deployment of our core software through this tool...
by sebastien4444
August 2, 2024 - 4:11 PM
Forum: WAPT Packages
Subject: WAPT Store: configuration package (Fortinet)
Answers: 4
Views : 4390

Re: WAPT Store: configuration package (Fortinet)

Hello,

having not found an answer to this question elsewhere, I'm taking the liberty of asking again :oops:

"However, I don't understand where I should store the expected configuration file ("company.conf" in the script)."
What I mean is that when you build a package yourself, you're working in a...
by sebastien4444
July 17, 2024 - 2:45 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WAPT and Automation (CI/CD)
Answers: 0
Views : 2747

WAPT and Automation (CI/CD)

Hello,

I was wondering if there's another way besides the WAPT console to perform certain actions (adding a package to the private repository, deploying a package to a machine, etc.) so that it can be integrated into a CI/CD automation pipeline.
Specifically, our developers would like to use...
by sebastien4444
July 17, 2024 - 2:36 PM
Forum: WAPT Packages
Subject: WAPT Store: configuration package (Fortinet)
Answers: 4
Views : 4390

Re: WAPT Store: configuration package (Fortinet)

Hello,

thank you for the reply :)

Actually, I hadn't realized it was possible to modify a package in the private repository :oops:
I thought editing a package's files was only possible by building a custom package...

Thanks to your reply, I...
by sebastien4444
July 11, 2024 - 2:17 PM
Forum: WAPT Packages
Subject: WAPT Store: configuration package (Fortinet)
Answers: 4
Views : 4390

WAPT Store: configuration package (Fortinet)

Hello,

I need to deploy the Fortinet client across my network and I saw that it's available on the store.
Additionally, there's a "forticlient-vpn-config-template" package which seems to allow deploying a specific configuration (and is better coded than my personal package which manipulated the...
by sebastien4444
June 14, 2024 - 3:50 PM
Forum: WAPT Packages
Subject: [SOLVED] run_nofatal() never finishes
Answers: 9
Views : 7720

Re: run_nofatal() never finishes

Great, thanks!

Looking at the setup.py file in your package, I saw that I needed to add the "-install" parameter to the execution of winvnc.exe (which is actually in the UltraVNC "Command Line" documentation, but I had missed it :? ).
by sebastien4444
June 14, 2024 - 11:46
Forum: WAPT Packages
Subject: [SOLVED] run_nofatal() never finishes
Answers: 9
Views : 7720

Re: run_nofatal() never finishes

Hello,

thank you for your reply.

Yes, that's it; as soon as the error is raised, the program stops.

I've tried various Python functions from different libraries that allow file execution, and it doesn't change anything.

The strange thing is that launching winvnc.exe via a command prompt...
by sebastien4444
June 14, 2024 - 11:37
Forum: WAPT Packages
Subject: [SOLVED] Overloading the remove() function
Answers: 1
Views : 2346

[SOLVED] Overloading the remove() function

Hello,

I created a package for installing Office 2019 using the Office Deployment Tool and I correctly provided the uninstallation key in the parameters of the `install_exe_if_needed()` function.
The installation is successful, but when I run `remove` to uninstall, I get the following error...