[SOLVED] Registry Key Package

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
eliottiph
Messages: 32
Registration: May 2, 2022 - 10:41

February 17, 2023 - 10:31

WAPTConsole Enterprise version 2.2.1.11957
Console: Win19 server
SRV: Debian 11

Good morning,

I tried to integrate this registry key into a wapt package, without success.
Do you think it's possible to install it in the script?

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Fortinet\FortiClient\Sslvpn\Tunnels\VPN]
"Description"="VPN"
"Server"="ipaddress:10443"
"promptusername"=dword:00000000
"DATA1"="EncLM 0b1e02c0c826b071950b2acd8317b6d5eb842d43c97a4d7fc8f5a33eb16a50a06bed0ac12f784df79820fd53cd4906766d69967924e1c3baf95cda029de8a5ab21a46848dc4e8d68d025da1922569eb65d831fb6dd65bdc849fd7ab9dd5b9f557bf07cceef61933c925dd1a28d5f41b90ba4de159d746d90f80874aa6420eb6119dea748c394295bfde2f96f4433689d3daf7aaedb7618d16aa439fc4974bce0fc438b7dbddaa1e0dbda3e79e8d8145ac2a8a8a484a645404a39ccf45f02575982a3e61d193681f3d943cce62233be76124198cb761f92ea06dc2809c066bffd9f83b0a062da7c0d1daf0643a5995a6854148e739d746f27b0b65543169e3449e2549fc6b8ec3855cdda9150619b7d5d2e370fe7ba06dc4b9bb1cc01fb3bb1b3edf95d541f3b7365d389f634e806e1832a4aeafc6916"
"promptcertificate"=dword:00000000
"DATA3"=""
"ServerCert"="1"
"dual_stack"=dword:00000000
"sso_enabled"=dword:00000000
"use_external_browser"=dword:00000000
This is a registry key used to modify the configuration of the Forti VPN client.

Thank you in advance for your help.

Eliott.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 17, 2023 - 4:26 PM

Hi Eliott,

you can look into the reg* functions in setuphelpers:

https://www.wapt.fr/apidoc/wapt-2.3/win ... _setstring

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 24, 2023 - 2:41 PM

Hello Eliott,

since I haven't received a response, I'll assume it's resolved and mark the topic as solicited.

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked