Administrator’s Guide
69
Installing VirusScan Software
Table 2-1. MSI_INST.EXE command-line switches
Option
Purpose
Usage
IMPORT
Import settings into a VirusScan
installation from an .INI file you
designate
/IMPORT<path and filename>
EXPORT
Export settings from a VirusScan
installation to an .INI file you
designate
/EXPORT<path and filename>
EXPOPTIONS
Export certain settings from
VirusScan. Use this option in
conjunction with the /EXPORT
option. If you do not specify which
components to export,
MSI_INST.EXE will export all
settings. You can export these
VirusScan settings:
/EXPOPTIONS <decimal value>
Export nothing [generally unused]
0x00000000h
Export System Scan
0x00000001h
Export E-Mail Scan
0x00000002h
Export Internet Scan
0x00000004h
Export AvConsol.exe settings
0x00000008h
Export Scheduled Tasks
0x00000010h
Export Default On-Demand Scan
0x00000020h
Export All (default)
0x00000800h
The settings specifiers appear here in hexadecimal format. To
determine a value to use with the /EXPOPTIONS option, combine each
of the settings you want to use together with a logical OR operation,
then pass the resulting value as a decimal.
Example:
Suppose you want to export System Scan, AvConsol, and
Scheduled Tasks settings only. Combine the hexadecimal values for
these settings together in a logical OR operation:
0x00000001h | 0x00000008h | 0x00000010h = 0x00000019h
Next, take the resulting value and change the hexadecimal number to
a decimal number:
0x00000019h = 25
Add the decimal value to the command line:
msi_inst.exe /EXPOPTIONS 25
Содержание VIRUSSCAN 4.5 -
Страница 1: ...McAfee VirusScan Administrator s Guide Version 4 5...
Страница 32: ...About VirusScan Software 32 McAfee VirusScan Anti Virus Software...
Страница 96: ...Removing Infections From Your System 96 McAfee VirusScan Anti Virus Software...
Страница 132: ...Updating and Upgrading VirusScan Software 132 McAfee VirusScan Anti Virus Software...
Страница 170: ...Using VirusScan Command line Options 170 McAfee VirusScan Anti Virus Software...