Difference between revisions of "Fortinet SSL VPN Client"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Created page with "Category:Silent Installers [http://www.forticlient.com http://www.forticlient.com FortiClient] <source lang="xml"> <packages> <package id="fortinet_vpn_client" name="Fort...")
(No difference)

Revision as of 09:39, 23 May 2011


http://www.forticlient.com FortiClient

<packages>
	<package id="fortinet_vpn_client" name="Forticlient SSL VPN" revision="4.0.2082" priority="70" reboot="postponed">
		<check type="logical" condition="and">
			<check type="uninstall" condition="exists" path="FortiClient SSL VPN v4.0.2082"/>
			<check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A34DCE59-0004-0000-2082-3F8A9926B752}\DisplayVersion" value="4.0.2082"/>
		</check>
		<install cmd='msiexec /qn /i "%SOFTWARE%\fortinet\vpn_client\4.0.2082\SslvpnClient.msi" ADDLOCAL=ALL ALLUSERS=1 /norestart'>
			<exit code="3010"/>
		</install>
		<remove cmd='msiexec /qn /x {A34DCE59-0004-0000-2082-3F8A9926B752} /norestart'/>
	</package>
	
</packages>