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...")
 
 
Line 5: Line 5:
 
<source lang="xml">
 
<source lang="xml">
  
<packages>
+
<?xml version="1.0" encoding="UTF-8"?>
<package id="fortinet_vpn_client" name="Forticlient SSL VPN" revision="4.0.2082" priority="70" reboot="postponed">
+
<packages xmlns:xsi="http://www.wpkg.org/packages" xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >
<check type="logical" condition="and">
+
 
<check type="uninstall" condition="exists" path="FortiClient SSL VPN v4.0.2082"/>
+
<package
<check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A34DCE59-0004-0000-2082-3F8A9926B752}\DisplayVersion" value="4.0.2082"/>
+
id="fortissl"
</check>
+
name="Forticlient SSLVPN"
<install cmd='msiexec /qn /i "%SOFTWARE%\fortinet\vpn_client\4.0.2082\SslvpnClient.msi" ADDLOCAL=ALL ALLUSERS=1 /norestart'>
+
revision="%VERSION%"
<exit code="3010"/>
+
priority="70"
</install>
+
reboot="postponed">
<remove cmd='msiexec /qn /x {A34DCE59-0004-0000-2082-3F8A9926B752} /norestart'/>
+
 
</package>
+
<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>
 
</packages>
  
 
</source>
 
</source>

Latest revision as of 14:02, 21 March 2013


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>