Skip to content

marcinbojko/forticlient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forticlient package

Description

FortiClient extends the power of FortiGate's Unified threat management to endpoints on your network. Desktops, laptops, tablets and smartphones, FortiClient enables every device - local or remote, stationary or mobile - to integrate with your FortiGate. With no per-seat license fees, FortiClient takes the headaches out of managing multiple endpoints so your users and guests can work efficiently anywhere, without compromising your security. It's the end-point solution for your FortiGate network.

Features

  • Install and uninstall via Chocolatey
  • Requires source path to MyGet
  • Supports ONLY 64-bit version
  • Includes interim versions

Changelog

2020-10-19 Build 6.0.10 0297 (GA)

  • version 6.0.10.0297

2019-12-19 Build 6.0.9.0277 (GA)

  • version 6.0.9.0277

2018-12-31 Build 6.0.4.0182 (GA)

  • version 6.0.4.0182

2018-11-12 Build 6.0.3.0155 (GA)

  • version 6.0.3.0155

2018-05-10 Build 5.6.6.1167 (GA) - reworked links

  • version 5.6.6.1167
  • switched to Google Cloud Storage for links

2018-01-26 Build 5.6.5.1149 interim

  • version 5.6.5.1149 interim

2018-01-15 Build 5.6.4.1131 (GA) - BROKEN, do not update

2017-12-19 Build 5.6.3.1130 (GA)

2017-11-22 Build 5.6.2.1117 (GA)

2017-11-09 Build 5.6.1.1115 (GA)

2017-06-28 Build 5.6.0.1075 (GA)

2017-03-12 Build 5.4.3.0870 (GA)

2016-11-25 Build 5.4.2.0860 (GA)

  • change version numbering to match Fortinet's

2016-10-16 Build 5.4.2.0860 (GA)

2016-08-11 Build 5.4.0842 (5.4.1 Interim)

2016-08-02 Build 5.4.0840 (5.4.1 GA)

  • removed Write-ChocolateySuccess/Failure according to new design base
  • adding option to kill exec before attempting to install/upgrade
  • updated README.md
  • package rebuilt

2016-06-27 Build 5.4.0840 (5.4.1 GA)

  • first GA in line of 5.4.1 builds
  • added fix for SSL VPN DNS
<sslvpn>
 <options>
  <dnscache_service_control>2</dnscache_service_control>
 </options>
</sslvpn>

2016-06-23 Build 5.4.0839 (interim)

  • another interim
  • rebuild mst file for eLeader config

2016-06-18 Build 5.4.0837 (interim)

2016-06-17 Build 5.4.0837 (interim)

  • improved logic in uninstalling registered Forticlient (now, throw an error when uninstall fails)
  • switch to another interim build with custom config
  • added 'REINSTALLMODE=vomus REINSTALL=ALL ' to MSI install parameters (minor/major upgrade handling feature)

2016-05-31 Build 5.4.0822 (interim)

  • first build with double source (local or remote) instalation
  • no change to package binary version (only source)

2016-05-17 Build 5.4.0822

  • first interim build 5.4.0822
  • first build with standalone Fortinet MSI installer
  • included config for eLeader Fortigate connection

2016-05-15 Build 5.4.0780

  • first stable 5.4
  • uninstall omits Uninstall-ChocolateyPackage due to erros

Usage

Direct

choco install forticlient -source https://www.myget.org/F/public-choco

or with added source

choco source add -n=public-choco -s"https://www.myget.org/F/public-choco" --priority=10
choco install forticlient

YAML

forticlient:
  ensure: latest
  uninstall_options: "--force --all-versions"
  provider: chocolatey
  source: https://www.myget.org/F/public-choco/

or

forticlient:
  ensure: latest