(imported topic written by chanym91)
Hi
Am trying to test deploy bigfix clients msi using below scripts with CPAU utitlity. Somehow the client was not installed though job seems run successful. Not sure anyone can assist. The files were copied successful to local drive.
@echo off
if exist “c:\program files\BigFix Enterprise\BES Client\BESClient.exe” goto AgentFound
if exist “c:\program files\BigFix Enterprise\Enterprise Client\BESClient.exe” goto AgentFound
mkdir c:\bftemp
xcopy \192.168.174.50\cpau*.* c:\bftemp
set PATHNAME=c:\bftemp
%PATHNAME%\cpau -dec -file c:\bftemp\logon.job -lwp
:AgentFound