The search returned 8 results

by frferrer
July 1, 2021 - 11:22
Forum: WAPT Packages
Subject: [RESOLVED] WAPT2.0 Documentation
Answers: 1
Views : 1833

[SOLVED] WAPT2.0 Documentation

Hello,

at least one page of the WAPT 2.0 documentation uses Python 2 syntax, even though WAPT 2.0 only works with Python 3.
Specifically: https://www.wapt.fr/en/doc/wapt-create-packages.html?highlight=decode#encrypting-sensitive-data-contained-in-a-wapt-package

And there we find...
by frferrer
October 15, 2019 - 10:34 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Agent behavior during install and remove actions
Answers: 2
Views : 2915

Re: Behavior of Agent action install and remove

Good evening,

thank you for this clarification.

It's precise enough for me.
by frferrer
October 15, 2019 - 3:13 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Agent behavior during install and remove actions
Answers: 2
Views : 2915

[RESOLVED] Agent behavior during install and remove actions

Hello,

I would like some clarification on the behavior of the WAPT agent regarding install and remove actions.

If I understood the training correctly, when an installation action is detected by an agent:
It downloads the package and caches it.
Upon session closure, the package is unzipped...
by frferrer
September 9, 2019 - 10:02 PM
Forum: WAPT Packages
Subject: About Python code
Answers: 3
Views : 4327

Re: About Python code

Good evening,

thank you for this explanation; it's much clearer now.

It's not easy for beginners to understand when both notations are used.

May I suggest cleaning up the code example in the documentation to keep only the syntax `run(uninstall_cmd())
;` and not...
by frferrer
September 4, 2019 - 9:30 PM
Forum: WAPT Packages
Subject: About Python code
Answers: 3
Views : 4327

About Python code

Good evening,

while reviewing some code examples, I'm wondering about an instruction that appears in the documentation and in a few packages.

Specifically, in the following documentation: https://www.wapt.fr/fr/doc/wapt-create-packages/package-additional/setuphelpers-useful.html?highlight=uninstall_cmd ...
by frferrer
September 3, 2019 - 9:14 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Official HTTPS certificate on the server: Waptconsole error
Answers: 2
Views : 3062

[Resolved] Re: Official HTTPS certificate on the server: Waptconsole error

Good evening,

the error was in the cert.pem file (on the server) which only contained the server certificate without the certificate authority's certificate.
Changing the key verif_cert=1 in waptconsole.ini fixed it.

Thank you
by frferrer
September 3, 2019 - 6:21 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Official HTTPS certificate on the server: Waptconsole error
Answers: 2
Views : 3062

[RESOLVED] Official HTTPS certificate on the server: Waptconsole error

Hello,

After installing WAPT (Enterprise version) with a self-signed certificate, I wanted to equip the server with a recognized certificate.
Following the documentation, I installed a certificate and forced the HTTP to HTTPS redirection.
From a browser, I see that the certificate is...
by frferrer
October 20, 2017 - 7:16 PM
Forum: WAPT Packages
Subject: Actual status of packages installed on a machine
Answers: 1
Views : 2073

Actual status of packages installed on a machine

Hello,

I'm currently testing WAPT.

I performed the following test:
Installation of a WAPT package (firefox esx): OK.
Removal of the firefox software using the Windows "Add/Remove Programs" tool.
In the WAPT console
, Software Inventory tab: the firefox package no longer appears...