Changes

Jump to: navigation, search

Sonicwall

1,089 bytes added, 01:18, 7 September 2012
New page
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.

<source lang="xml">
<?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.%VERSON%.MSI" /qn ' />
<install cmd='regedit /s "%SOFTWARE%\sonicwall\sonicwall.reg"' />

<upgrade include="install"/>

<uninstall cmd='msiexec /x "%SOFTWARE%\sonicwall\NetExtender.%VERSON%.MSI"' />

</package>
</packages>
</source>

[[category:Silent Installers]]
47
edits

Navigation menu