Sonicwall
From WPKG | Open Source Software Deployment and Distribution
Sonicwall NetExtender SSL VPN client installer for Dell Sonicwall VPN servers
Download the Client MSI file from my.sonicwall.com, then create the registry file to set the profile details (server & domain). Easiest way to make the reg file is to install it and run it, enter the details once, then export HKLM\SOFTWARE\SonicWALL\SSL-VPN NetExtender\Standalone\Profiles registry key.
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="sonicwallNX"
name="Sonicwall Netextender VPN client"
revision="%VESRION%"
priority="10">
<variable name="VERSION" value="6.0.176" />
<check type="uninstall" condition="versiongreaterorequal" path="SonicwaWALL SSL-VPN NetExtender" value="%VERSION%" />
<install cmd='msiexec /i "%SOFTWARE%\sonicwall\NetExtender.%VERSION%.MSI" /qn ' />
<install cmd='regedit /s "%SOFTWARE%\sonicwall\sonicwall.reg"' />
<upgrade include="install"/>
<uninstall cmd='msiexec /x "%SOFTWARE%\sonicwall\NetExtender.%VERSON%.MSI"' />
</package>
</packages>