Hi,
I want to create an automatic deployment using the Tiny Agent.
I export the msi file, and use the arguments according to the CheckPoint guide:
Automatic Deployment of Endpoint Clients Windows
This is the command for installation:
msiexec.exe /i '.\Downloads\Harmony EDR\Tiny Agent\EPS.msi' /qn SILENTINSTALL=1
First, it seems it's starting the install after reboot.
Also, after reboot, I received a window asking if to deploy now or postpone.
I disabled the option client can postpone the upgrade:
The tiny agent is the same version as in the "software deployment policy"
My goal is to use the tiny msi and use the silent install.
I'm trying to install version 88.72.2001
Thanks