Not sure if this is the right forum. My first post here. I'm testing the install of Check Point SmartConsole R81.20 for ultimate distribution to end users via Microsoft SCCM and Intune. My company is a mix of Windows 10 and Windows 11 devices. As described in the Check Point documentation, the install consists of some pre-requisites and then the SmartConsole install itself:
Install pre-reqs:
dotnetfx45_full_x86_x64.exe /passive /norestart
vc10\vcredist_x86.exe /passive /norestart
vc11\vcredist_x86.exe /passive /norestart
vc17\vc_redist.x86_vs2017.exe /passive /norestart
Then install SmartConsole with the command:
SmartConsole /s
This works fine on our Windows 10 devices, but on our Windows 11 devices (build 23H2), the SmartConsole install fails with the following error:
Failed to load DLL C:\Windows\Temp\{030E04CE-270E-4643-93D3-F73238B5A8E3}\{f5424fd1-f234-4cfc-8a1b-d12b10bd4712}\system.dll
Would anyone have any ideas why this is happening or how to mitigate? Thank you.