hello all,
I've got about 20 machines to set up with office 2003 and Symantec antivirus corp. 10.1
I'd like to automate the whole thing. I can install office without any problems, but I'm failing with the antivirus.
I have found the details of the command switches available but they don't seem to make any sense.
Linky.... ftp://ftp.merl.com/pub/jeroen/CD1/Docs/MSI_FAQ.txt
The example at the bottom..
Is supposed to install a server with the name 'myserver' with a username and password of admin and mysavpassword.
Even this example doesn't work as I'm asked to go to the control panel to install components??!!??
I need to change this line to install a client with a parent server that has no username or password.
Can anyone help, or explain what I've missed.
Thanks in advance.
I've got about 20 machines to set up with office 2003 and Symantec antivirus corp. 10.1
I'd like to automate the whole thing. I can install office without any problems, but I'm failing with the antivirus.
I have found the details of the command switches available but they don't seem to make any sense.
Linky.... ftp://ftp.merl.com/pub/jeroen/CD1/Docs/MSI_FAQ.txt
The example at the bottom..
Code:
setup /s /v"/l*v log.txt /qn INSTALLSERVER=1 SERVERGROUPNAME=MYSAVSERVER
SERVERGROUPUSERNAME=admin SERVERGROUPPASS=MYSAVPASSWORD RUNLIVEUPDATE=0
REBOOT=REALLYSUPPRESS"
Is supposed to install a server with the name 'myserver' with a username and password of admin and mysavpassword.
Even this example doesn't work as I'm asked to go to the control panel to install components??!!??
I need to change this line to install a client with a parent server that has no username or password.
Can anyone help, or explain what I've missed.
Thanks in advance.
