I am trying to deploy the BE2010 Remote Administrator silently during OS deployment, but am having trouble with the setup.
The documentation I've seen implies that I can install the RA using these switches:
setup.exe /RA: /S:
The problem is that this silently fails with no signs of why.
If I do a "dry run" it seems to run okay, and I get a CPF file at the end:
setup.exe /RA: /NOINSTALL: /CPF:"test.cpf"
Results in
/DEST:C:\Program Files\Symantec\Backup Exec\
/RA:
/SQLXSETUPFILE:SQLEXPR.EXE
/SQLXSETUPLANG:English
Using those options doesn't help either.