Skip to main content
Yagadoudou
New Member
January 7, 2021
Solved

Installation FortiClient ask for network ressource

  • January 7, 2021
  • 1 reply
  • 2111 views

Hello  I have do many test for deploy my FortiClient with SCCM, and now I can't upgrade my FortiClient for an old or new version, I obtain the error message in the picture ! And it's impossible to see this one to the control panel ...

 

Have you any solution for fix the problem ? or maybe a cleaner tool ?

 

Many thanks for your help.

Best answer by Yagadoudou

Dear,

 

I have find the fix.

 

In SCCM create a global condition with this script : 

 

Remove-Item -Path HKLM:\SOFTWARE\Classes\Installer\Products\9F5DAEA788A03484681930C15AC4E4BC -Force -Verbose -Recurse -ErrorAction SilentlyContinue
[bool]$true

 

 

Check HKLM:\SOFTWARE\Classes\Installer\Products\ for find the product code of your current FortiClient version!

 

 

Regards

1 reply

Yagadoudou
YagadoudouAuthorAnswer
New Member
January 12, 2023

Dear,

 

I have find the fix.

 

In SCCM create a global condition with this script : 

 

Remove-Item -Path HKLM:\SOFTWARE\Classes\Installer\Products\9F5DAEA788A03484681930C15AC4E4BC -Force -Verbose -Recurse -ErrorAction SilentlyContinue
[bool]$true

 

 

Check HKLM:\SOFTWARE\Classes\Installer\Products\ for find the product code of your current FortiClient version!

 

 

Regards