The search returned 13 results

by SeiyaGame
August 27, 2024 - 10:05
Forum: WAPT Packages
Subject: tis-brave package
Answers: 0
Views : 2238

Packet tis-brave

Hello,

some time ago I helped you create the Brave package, available in this thread: https://forum.tranquil.it/viewtopic.php?t=3554.
However, I've just noticed a small problem with it.

In the package, I had disabled automatic updates of...
by SeiyaGame
September 25, 2023 - 09:08
Forum: WAPT Packages
Subject: MakePath function with UNC
Answers: 3
Views : 3348

Re: MakePath function with UNC

I'd like to bring this conversation up again...

It's quite a problem for us. I have to rewrite each package to work around the issue with the "makepath" function.

I've attached an example of what it looks like in our environment.


General information:

Server...
by SeiyaGame
September 21, 2023 - 11:39
Forum: WAPT Packages
Subject: Stormshield SSL VPN package
Answers: 0
Views : 8617

Stormshield SSL VPN Package

Hello,

I'd like to offer my code for the Stormshield SSL VPN software. I based it on the various threads that have been created on this subject (3515, 3628).

Regarding the installation, I only made a few minor modifications:

# -*- coding: utf-8 -*-
from setuphelpers import *
from ...
by SeiyaGame
September 21, 2023 - 09:53
Forum: WAPT Packages
Subject: Re dell command update
Answers: 0
Views : 7277

Re dell command update

Hello,

I'm following up on the previous thread regarding this package.

I've corrected the audit function; a small indentation error had crept in. This error caused the audit to always display a WARNING message despite the service being correctly installed.


def audit():
audit ...
by SeiyaGame
August 25, 2023 - 5:09 PM
Forum: WAPT Packages
Subject: [RESOLVED] WAPT package dell-command-update-uwp
Answers: 1
Views : 3511

[SOLVED] WAPT package dell-command-update-uwp

Hello,

I've updated this package because a new version is available, version 5.0.0.
I've adapted the code to reflect changes on the Dell website and also made some modifications to other functions (perhaps not necessary?).

Here is the file code...
by SeiyaGame
August 25, 2023 - 4:32 PM
Forum: WAPT Packages
Subject: [RESOLVED] WAPT miktex/texmaker package
Answers: 2
Views : 4191

Re: WAPT package miktex/texmaker

Hello,

Thank you for your detailed response. :D

I will call you at the office next week to discuss this further.

Sincerely,
Flavien
by SeiyaGame
August 24, 2023 - 2:57 PM
Forum: WAPT Packages
Subject: [RESOLVED] WAPT miktex/texmaker package
Answers: 2
Views : 4191

[SOLVED] WAPT package miktex/texmaker

Hello,

is there a specific reason why these two packages are reserved exclusively for businesses?
Furthermore, would it be possible to update them? Currently, MikTeX is at version 23.4 and TeXmaker at 5.1.4.

If necessary, I have already created the update_package files for both of them...
by SeiyaGame
August 23, 2023 - 8:36 PM
Forum: WAPT Packages
Subject: WAPT Nvidia Driver Package
Answers: 2
Views : 6447

Re: WAPT Nvidia Driver Package

I'd be delighted to make it available to everyone :D!
The proxy section might need revision or improvement, as I haven't been able to test it.

Also, I have 2-3 other packages in the works (AMD Driver Template, Jabra software, and the suite of...).
by SeiyaGame
August 22, 2023 - 4:09 PM
Forum: WAPT Packages
Subject: WAPT Nvidia Driver Package
Answers: 2
Views : 6447

WAPT Nvidia Driver Package

Hello,

I'd like to offer you a package I created for installing Nvidia drivers. The package is a template; users can choose which GPU driver they want packaged!

I've performed the installation, uninstallation, and update...
by SeiyaGame
August 22, 2023 - 3:51 PM
Forum: WAPT Packages
Subject: Deploying GLPI Agent
Answers: 3
Views : 6098

Re: Deploying GLPI Agent

Hello,

I'd like to propose my solution which, while incorporating your ideas, also includes some improvements :D


# -*- coding: utf-8 -*-

import glob
from setuphelpers import *

# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global ...