Page 1 of 1

[SOLVED] Registry Key Package

Published: February 17, 2023 - 10:31
by eliottiph
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.

Re: Registry key package

Published: February 17, 2023 - 4:26 PM
by dcardon
Hi Eliott,

you can look into the reg* functions in setuphelpers:

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

Regards,

Denis

Re: Registry key package

Published: February 24, 2023 - 2:41 PM
by dcardon
Hello Eliott,

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

Regards,

Denis