The search returned 33 results

by croquebert
April 11, 2024 - 4:51 PM
Forum: WAPT Packages
Subject: Wilcard in the conflicts field of the control file
Answers: 0
Views : 4609

Wilcard in the conflicts field of the control file

Context:
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello everyone,

Context: I have several packages that customize a configuration according to the user (e.g., set-cfg-compta, set-cfg-direction...).
I don't know...
by croquebert
April 11, 2024 - 11:31
Forum: WAPT Packages
Subject: [SOLVED]: Passing parameters between WAPT packets
Answers: 3
Views : 3623

[SOLVED]: Passing parameters between WAPT packets


Hi Christophe,

I don't think the return value of the install() function can be used that way.

However, you can create a file and store the value in question. If it's a value that shouldn't be shared, you can store it in the private directory of...
by croquebert
April 9, 2024 - 4:50 PM
Forum: WAPT Packages
Subject: [SOLVED]: Passing parameters between WAPT packets
Answers: 3
Views : 3623

[SOLVED]: Passing parameters between WAPT packets

Context:
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello,

Is it possible to pass parameters between different WAPT packages?

For example: a PAKWAPT1 package returns the string 'chainepasser' via the function...
by croquebert
April 8, 2024 - 4:14 PM
Forum: WAPT Packages
Subject: [SOLVED]: Syntax for creating an empty registry key
Answers: 3
Views : 3773

Re: Syntax for creating an empty registry key

Hi Denis,

Thanks for the feedback.

Your method does indeed work.
I wasn't sure I'd read the setuphelpers documentation correctly, hence my question.

For now, I'm still using setuphelpers, but I'm removing the "None" value immediately afterward.

If one day I'm forced to create only this...
by croquebert
April 8, 2024 - 1:49 PM
Forum: WAPT Packages
Subject: [SOLVED]: Syntax for creating an empty registry key
Answers: 3
Views : 3773

[SOLVED]: Syntax for creating an empty registry key

Context:
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello,

I would like to create an empty registry key (containing no value other than the default) as created by the registry editor...
by croquebert
March 8, 2024 - 4:15 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Client-side WAPT agent restrictions
Answers: 0
Views : 5196

WAPT agent client-side restrictions

Context:
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello,

Is it possible to restrict what a WAPT agent can do on the target machine during installation? For example, can we disable...
by croquebert
March 8, 2024 - 4:05 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: GLPI restrictions reported via WAPT
Answers: 0
Views : 5470

GLPI restrictions reported via WAPT

Context:
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello,

I would like to implement GLPI data retrieval via WAPT.
I plan to configure the WAPT agent on the WAPT server running Debian by following: https...
by croquebert
April 3, 2023 - 1:56 PM
Forum: WAPT Packages
Subject: [SOLVED] Pyscripter and proxy settings
Answers: 3
Views : 2750

Re: Pyscripter and proxy settings


Hello

, please note that update packages are not linked to PyScripter or any other IDE.

Python executes the code (and you can even launch the update package from the console).

This is why we generally have the following at the beginning of an update package: `


proxies = get_proxies()
if not ...`
by croquebert
March 23, 2023 - 10:14
Forum: WAPT Server
Subject: [RESOLVED] Activating certificate authentication for clients after the fact.
Answers: 1
Views : 2022

[RESOLVED] Activation of certificate-based authentication for clients after the fact.

Context:
WAPT version: 2.2 Enterprise
Server OS: Debian 11
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello,

Is there a risk in enabling client certificate authentication (use_ssl_client_auth = True on the server side) after the fact on a system already using...
by croquebert
March 23, 2023 - 09:51
Forum: WAPT Packages
Subject: [SOLVED] Pyscripter and proxy settings
Answers: 3
Views : 2750

Re: Pyscripter and proxy settings


Hello everyone,

Context:
Remote work without a VPN
WAPT version: 2.2 Enterprise
Server OS: Debian 11
Administration console OS: Win10pro
Package development workstation OS: Win10pro

Hello,

We have a package development machine that needs to use an outgoing proxy.

The parameters of...