When performing a silent installation, specific program options are required to run the Security Center Installer.
The syntax for running the setup in silent mode is:
<setup_exe> <options> <SC_options>
<setup_exe>
is the setup program for the Security Center Installer. You can either use the standalone version ("Security Center Setup.exe"
found in the SC Packages folder) or the web version (SecurityCenterWebSetup.exe
).Do not use the setup.exe in the root folder of the installation package. It is an AutoRun-enabled version of the standalone installer, and does not accept command line arguments.
<options>
are the setup program options. They all start with a forward slash (/) and are case sensitive.<SC_options>
are the Security Center options. They are all written in capital letters.
The following table describes the setup options.
Setup option | Description |
---|---|
/ISInstallDir |
Specifies the root folder where the product subfolder will be created.
Default: C:\Program Files (x86)\Genetec Security Center
5.11. EXAMPLES:
NOTE: In the second example, the (
" ) are
required because the value contains spaces. If not specified, the default
is <ProgramFiles> , where
<ProgramFiles> is either %PROGRAMFILES% or
%PROGRAMFILES(X86)%, depending on the version of your operating
system.CAUTION: The folder path cannot end with a
trailing backslash (\). This causes the silent installation to fail with
a fatal error.
|
/ISFeatureInstall |
Specifies the features to be installed. The possible values are:
EXAMPLES:
|
/silent |
Sets the Security Center setup.exe program to run in silent mode with no user interaction. |
/debuglog<FilePath> |
Enables the creation of the installation log file and specifies the file
path. NOTE: The folder path specified in
<FilePath>
must exist. The setup program will not create
it.EXAMPLE:
|
/log<FolderPath> |
Enables the creation of the log files and specifies the folder
path. NOTE: The
<FolderPath> must exist. The setup
program will not create it.EXAMPLE:
|
/language: |
Sets the language used by the installation program. Immediately precedes
the four-digit language code. No space is allowed. EXAMPLES
|
<SecurityCenter_options> |
Sets the Security Center
options. Each option in this list uses the following syntax:
where
No space is allowed on either side of the equal sign (=). If the value list must contain spaces, the entire value list must be included between a pair of double quotes preceded by a backslash (\"). |