Skip to main content
ai10
New Member
November 11, 2017
Solved

FortiClient Online installer in Mac

  • November 11, 2017
  • 1 reply
  • 12144 views

Hi,

Can someone tell me where (in the MacBook OS Sierra file system) the FortiClient 5.7 online installer puts the PKG file after it finishes the download?

 

In one MacBook I am getting "No installer found in FDS" server error but in another MacBook, the online installer (dmg file) seem to download fine. 

 

But I cannot locate the downloaded file in the file system. What I am trying to do is transfer the downloaded file onto the other MacBook where its not working in the hope of trying to bypass this broken installer issue.

 

Thanks a lot. 

 

 

 

 

    Best answer by emnoc

    sudo   find  / -name "F*lient*"

     

    check  files on working macosx and then use that atime in your unix find

     

    sudo find / -name "Forti*" -atime +2d

    e.g  binaries are here

     

    /Library/Application\ Support/Fortinet/FortiClient/

     

    PKG is ????

     

     

    1 reply

    emnoc
    New Member
    November 11, 2017

    have you man page unix find, maybe you could use that in determine what pkg was download if any?

     

    Ken

     

    ai10
    ai10Author
    New Member
    November 11, 2017

    emnoc wrote:

    have you man page unix find, maybe you could use that in determine what pkg was download if any?

    Ken

    Yes thats the very first thing I did. 

    find / -name "Fort*.pkg"

    find / -name "*.pkg"

    and all variants.

     

    Also tried searching in /Volumes where the onlineInstaller dmg was mounted. 

     

    I also tried modifying the command described here to echo the path to the pkg file but with no luck.

    ai10
    ai10Author
    New Member
    November 11, 2017

    I dont have a support contract with FortiClient to actually go download the offline installer and currently in the process of going through the VPN vendor that does - but looking at doing it this way to save time as that process might take ages.