Fortinet SSL VPN Client

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search


http://www.forticlient.com FortiClient

<?xml version="1.0" encoding="UTF-8"?>
<packages xmlns:xsi="http://www.wpkg.org/packages" xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >

<package
	id="fortissl"
	name="Forticlient SSLVPN"
	revision="%VERSION%"
	priority="70"
	reboot="postponed">

	<variable name="VERSION" value="4.0.2277" />   

	<check type="uninstall" condition="versiongreaterorequal" path="FortiClient SSLVPN v%VERSION%" value="%VERSION%"/>

	<install cmd='msiexec /qn /i "%SOFTWARE%\fortinet\SslvpnClient.msi" ADDLOCAL=ALL ALLUSERS=1 /norestart'>
		<exit code="3010"/>
	</install>

	<remove cmd='msiexec /qn /x {A34DCE59-0004-0000-2082-3F8A9926B752} /norestart'/>

</package>

</packages>