Difference between revisions of "Fortinet SSL VPN Client"
From WPKG | Open Source Software Deployment and Distribution
Roussel2nis (Talk | contribs) (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"?> |
− | + | <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> | </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>