The search returned 178 results

by olaplanche
April 14, 2025 - 5:05 PM
Forum: WAPT Packages
Subject: [RESOLVED] Webots packet sharing
Answers: 1
Views : 3143

[RESOLVED] Webots packet sharing

Hello,

I'm sharing my package for the webots software, for which I've pushed the initial configuration a bit further than the tis package (French language, no telemetry, and disable auto-update) ;)

# -*- coding: utf-8 -*-
from setuphelpers import *

try:
from waptenterprise.waptservice ...
by olaplanche
March 11, 2025 - 12:00
Forum: WAPT Packages
Subject: tis-arduino package in French
Answers: 11
Views : 18534

Re: tis-arduino package in French

Hello,

With pleasure.

The difficulty is probably due to the IDE's default French language, which is stored in a leveldb database. I saw that there's a library to directly modify this type of database in Python, but I haven't gone that far...

I'm eager to see your version of the package. ;)
by olaplanche
March 7, 2025 - 2:01 PM
Forum: WAPT Packages
Subject: tis-arduino package in French
Answers: 11
Views : 18534

Re: tis-arduino package in French

When I get tired of my current position, I'll let you know :D
by olaplanche
March 6, 2025 - 5:11 PM
Forum: WAPT Packages
Subject: tis-arduino package in French
Answers: 11
Views : 18534

Re: tis-arduino package in French

I'm sharing my SRP-compatible Arduino IDE package, with auto-update disabled and French as the default language:

Prerequisites:
* First, configure the software in French, then copy the folder below to the root of the package:
C:\Users\%username%\AppData\Roaming\arduino-ide\Local Storage ...
by olaplanche
January 30, 2025 - 4:41 PM
Forum: WAPT Packages
Subject: [RESOLVED] Microsoft Defender Zero Touch Update Package Sharing
Answers: 1
Views : 2696

[RESOLVED] Package sharing update definition Microsoft Defender Zero Touch

Hello,

there's already a package on the WAPT store, but I've modified it so that the update is completely autonomous thanks to the `audit` function (eliminating the need for the `update_package` function). The goal is to deploy the update as quickly and easily as possible...
by olaplanche
July 7, 2023 - 2:12 PM
Forum: WAPT Packages
Subject: [RESOLVED] Pronote Client Package preview v2023 build 0.1.1
Answers: 4
Views : 5308

[RESOLVED] Pronote Client Package preview v2023 build 0.1.1

Hello,

I'm sharing my package for the Pronote v2023 x64 client:

:!: Remember to replace the SERVERNAME, SERVERPORT, and NOMETAB variables with your values.
The new code automatically handles the possible presence of the previous version as well as the def update_package function...
by olaplanche
July 5, 2023 - 2:01 PM
Forum: WAPT Packages
Subject: Stormshield SSLVPN Client
Answers: 10
Views : 21385

Re: Stormshield SSLVPN Client

Hello and thank you for your feedback.

Personally, I had already looked into that, but the workaround doesn't solve the problem for me.
Perhaps there's a problem with this particular version that will be fixed in the next one...

In any case, the idea of ​​using session-setup doesn't seem...
by olaplanche
June 21, 2023 - 4:50 PM
Forum: WAPT Packages
Subject: Stormshield SSLVPN Client
Answers: 10
Views : 21385

Re: Stormshield SSLVPN Client

Hello,

I think we'll need to migrate the installation to the session-setup function:

https://documentation.stormshield.eu/SNS/v4/fr/Content/SSL_VPN_tunnels/Client-Stormshield-Windows.htm

I don't think I'll be able to tackle it before next week. After that, it's not complicated, there's...
by olaplanche
June 19, 2023 - 3:48 PM
Forum: WAPT Packages
Subject: Stormshield SSLVPN Client
Answers: 10
Views : 21385

Re: Stormshield SSLVPN Client

Hello,

I can confirm that I've also been experiencing a problem since version 3.2.2.
If I find a solution, I'll post it here.
by olaplanche
June 19, 2023 - 09:48
Forum: WAPT Packages
Subject: EDT Client Package v2023 build 0.1.0
Answers: 0
Views : 3755

EDT Client Package v2023 build 0.1.0

Hello,

I'm sharing my package for the EDT v2023 x64 client:

:!: Remember to replace the SERVERNAME, SERVERPORT, and NOMETAB variables with your values.
The new code automatically handles the possible presence of the previous version, as well as the `def update_package()` function for...