Jump to content

Recommended Posts

Posted

I originally looked for the SAV 10 .msi switches many months ago . . . and well, I got nowhere. They are not on Symantec's website, at least not anywhere that would be logical. So I have been searching and reading through these forums occasionally ever since. Well, wouldn't you know it. Someone posted the simplest message, but it turned out to be the most useful.

CDROM:\Docs\MSI_FAQ.txt

It was right under my nose the entire time. Silly me!

For those without the luxury of the CD, here they are. :whistle:

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).
When installing a server:
SERVERGROUPNAME= (New or prexisting servergroup)
SERVERGROUPUSERNAME= (New or prexisting servergroup user name, The
default is admin)
SERVERGROUPPASS= (New or prexisting servergroup password. The default
is symantec)
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.

NETWORKTYPE= (1 = Managed, 2 = Unmanaged, default is Unmanaged)
When installing a managed client:
SERVERNAME= (preexisting SAV Server)

RUNLIVEUPDATE= (run LiveUpdate during install = 1, do not run LiveUpdate=0,
default is On)

ENABLEAUTOPROTECT= (1 = ON, 0 = OFF, default is On)

SYMPROTECTDISABLED= (0 = ON, 1 = OFF, default is On)

INSTALLDIR= (Install target directory, default is C:\Program Files\
Symantec AntiVirus)

Windows Security Center features
--------------------------------
These properties allow for the configuration of the interaction
between users and the Windows Security Center (WSC) running on Windows® XP
Service Pack 2.

These properties apply to unmanaged clients only. The Symantec System Center
controls these properties for managed clients.

WSCCONTROL= (0= No action, 1 = Disable once, 2 = Disable always, 3 = Restore if disabled)
Allows an administrator of a non-managed network to configure the WindowsSecurityCenterControl
value set on the SSC Client Administrator Only General tab.

WSCAVALERT= (0= Disable, 1 = Enable)
Allows an administrator of a non-managed network to configure the AntiVirusDisableNotify value for Windows Security Center. Disable is the default.

WSCFWALERT= (0= Disable, 1 = Enable)
Allows an administrator of a non-managed network to configure the FireWallDisableNotify value for Windows Security Center. Disable is the default.

WSCAVUPTODATE= (Integer value between 1 and 90)
Allows an administrator of a non-managed network to configure the number of days used to determine if threat definitions are up to date or not for Windows Security Center. 30 days is the default.

SCS-only properties
-------------------
ICFCONTROL= (0= No action, 1 = Disable once, 2 = Disable always, 3 = Restore if disabled)

ICFDISABLENOTIFY= (0= Do not disable the notification message, 1= Disable the notification message)

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, has the user admin 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
SERVERGROUPUSERNAME=admin SERVERGROUPPASS=MYSAVPASSWORD RUNLIVEUPDATE=0
REBOOT=REALLYSUPPRESS"

:yes:


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...