Silently installing BESR 2010 agent via Group Policy?
Updated: 21 May 2010 | 4 comments
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.
Comments
In BESR 8.5 we do it like
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"
*** Please mark thread as solved if you consider this to have answered your question(s) ***
FYI More info here:
FYI
More info here: http://support.veritas.com/docs/297125.
Please mark thread as solved if you consider this to have answered your question(s)
oh great, does this agent
oh great,
does this agent supports backup and restoring thr Active Directory component and Exchange Server 2007 as well ?
/* Infrastructure Support Engineer */
I'm working on a vbs startup
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
Would you like to reply?
Login or Register to post your comment.