ZoSTeR, on Apr 22 2004, 11:27 AM, said:
Rename the MSI file to SAV.msi or something and try again.
OK I did that, and now it starts I put switch qb to see what happens.
Error

what now?
thx
Djus
Posted 22 April 2004 - 03:39 AM
ZoSTeR, on Apr 22 2004, 11:27 AM, said:

Posted 22 April 2004 - 03:43 AM
start /wait "%systemdrive%\install\Applications\sav\Symantec AntiVirus.msi" /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS
Posted 22 April 2004 - 04:01 AM
Posted 22 April 2004 - 06:23 AM
Posted 22 April 2004 - 08:03 AM
Posted 22 April 2004 - 07:03 PM
Posted 22 April 2004 - 07:45 PM
****************************************************************************** Symantec AntiVirus Corporate Edition 9.0 MSI_FAQ.TXT Copyright 2004 Symantec Corporation. All rights reserved. March 2004 ****************************************************************************** This file is a list of the most commonly used MSI commands for Symantec AntiVirus and Symantec Client Security. For a complete list of commands, properties, and features, see the Symantec Knowledge Base. BASIC MSI commands ------------------ /QN - Quiet No UI /QB - Quiet Basic UI /L*V log.txt - full verbose logging to file log.txt BASIC MSI properties -------------------- REBOOT=REALLYSUPPRESS SAV properties -------------- INSTALLSERVER= (1 = Server, 0 = Client, Default is client) SERVERGROUPNAME= (New or prexisting servergroup) SERVERGROUPPASS= (New or prexisting servergroup password. The default is symantec) NETWORKTYPE= (1 = Managed, 2 = Unmanaged, default is Unmanaged) SERVERNAME= (preexisting SAV Servergroup) RUNLIVEUPDATE= (run LiveUpdate during install = 1, do not run LiveUpdate=0, default is On) ENABLEAUTOPROTECT= (1 = ON, 0 = OFF, default is On) INSTALLDIR= (Install target directory, default is C:\Program Files\ Symantec AntiVirus) SERVERPARENT= (e.g. SERVERPARENT=MySavServer) Note: For a secondary server silent install from the command line, you must set the SERVERPARENT property to the Parent server computer name. When doing a UI or Symantec System Center rollout install, setting this property is not required. SAV features ------------ EMailTools NotesSnapin OutlookSnapin Pop3Smtp QClient SAVHelp SAVUI Adding and removing features ---------------------------- To remove existing features: REMOVE=<feature1>,<feature2>,<feature3> To add new features: ADDLOCAL=<feature1>,<feature2>,<feature3>, <existing feature 1>, <existing feature 2>, etc. Note: When adding new features using ADDLOCAL, any existing features on the target computer that you want to retain must be included in the features that you are specifying. The installation will remove any features on the target computer that are not listed. Command line example -------------------- This example demonstrates a silent Symantec AntiVirus Server installation. The server is named MYSAVSERVER and uses the password MYSAVPASSWORD. LiveUpdate is not run, and the server is not restarted even if its required. Sample command line: setup /s /v"/l*v log.txt INSTALLSERVER=1 SERVERGROUPNAME=MYSAVSERVER SERVERGROUPPASS=MYSAVPASSWORD RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS"
Posted 25 April 2004 - 01:10 AM
%systemdrive%\install\Applications\sav9\SAV9.MSI /qn INSTALLDIR="%programfiles%\SAV9" RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS
Posted 13 May 2004 - 10:19 AM
Posted 13 May 2004 - 10:27 AM
Posted 02 June 2004 - 02:04 PM
Alphaz, on May 13 2004, 08:37 AM, said:
Posted 03 June 2004 - 03:01 PM
Posted 11 June 2004 - 07:35 AM
Posted 11 August 2004 - 05:56 AM