@Wayne-Workman said in FOG Client Service Updater:
If you go the PDQ route, be sure to include some way to first remove the legacy client. If it’s still there, the new client will not install.
Following Wayne’s instructions then you should create a batch script and deploy that with PDQ Deploy.
In that batch script you will issue the FOG client uninstall command
@echo off
msiexe /X <guid of fog client>
REM then install the new FOG client with
msiexec /i fogclient.msi <what ever option switches>