Re: How to deploy client using scripts with CPAU utility

(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

(imported comment written by chanym91)

add-on:

the logon.job that i created, can run successful install client when normal user logins to client, and run the CPAU job manually…“cpau -dec -file logon.job -lwp”