cancel
Showing results for 
Search instead for 
Did you mean: 

Silently installing BESR 2010 agent via Group Policy?

Westveld
Level 2
We are looking for a way to do this - either via running the setup.exe somehow or with pushing an MSI.
But - we need to just install the agent, and silently without reboot.  How can this be done with the MSI?

Thanks much,

Matt Westveld
BC Computing, Inc.
4 REPLIES 4

Markus_Koestler
Moderator
Moderator
   VIP   

In BESR 8.5 we do it like this:


setup.exe /s /v"/qb PQPUSH=Y PQAGENT=Y PQCONSOLE=N PQBROWSER=Y REBOOT=R ADDLOCAL=Agent,Browser,Shared,BESRSecurityShortCut"

criley
Moderator
Moderator
Employee Accredited
FYI

More info here: http://support.veritas.com/docs/297125.

Symanticus
Level 6
oh great,

does this agent supports backup and restoring thr Active Directory component and Exchange Server 2007 as well ?

Westveld
Level 2
I'm working on a vbs startup script - I'll post more when it's tested.

It looks like this is what it uses when pushing the agent from the console:

setup.exe /S /v"/qn ADDLOCAL=Agent,Shared,BESRSecurityShortCut /l*v %TEMP%\BESRinstall.log"

I added REBOOT=R and it seems to work ok