Unattended install switches and parameters

This section describes the switches and parameters you can configure when running an unattended install of the Content Manager Server.

Start the installer in unattended mode by using the basic command syntax:

SDLTridion2011SP1.exe -s -restart -log "path\logfilename.log" param1=value1 param2=value2

Where:

-s
Is a mandatory switch to start the installer in unattended mode.
-norestart (optional)
Prevents the installer from restarting Windows automatically after installation (if necessary).
-log (optional)
Specifies a path to a custom log location and a logfilename. If you omit the -log switch, the installer creates a log file in one of the following locations:
  • On a Windows 2008 machine: the subdirectory SDL\Chainer\Logs\ of the path indicated by the %PROGRAMDATA% environment variable (defaults to c:\ProgramData\).
  • On a Windows 2003 machine: C:\Documents and Settings\All Users\Application Data\SDL\Chainer\Logs\.
param1=value1 param2=value2
Represents a sequence of parameters, the names and values of which are described below.

The following list shows the named parameters you can use for the Content Manager installation. If a parameter has a default value, it may be omitted. Default values correspond as much as possible to the defaults suggested during earlier installation steps. To specify an empty value, simply write, say, Foo= or Foo="".

ACCEPT_EULA
Default value: none (mandatory parameter if you do not have all prerequisites installed)
Description: If set to true, automatically accepts all EULAs (End User License Agreements) of any third-party software that the installer will install.
DB_NAME
Default value: tridion_cm

Description: Name of the Content Manager database

DB_PASSWORD
Default value: none (mandatory parameter)

Description: Password to access the Content Manager database

DB_SERVER
Default value: (local)

Description: Name of the Content Manager database server

DB_TYPE
Default value: MSSQL

Description: Type of the Content Manager database server. The only other possible value is ORACLE

DB_USER
Default value: TCMDBUser

Description: The name of the Content Manager database user

LOGDB_NAME
Default value: tridion_cm_log

Description: Name of the Content Manager Logging database

LOGDB_PASSWORD
Default value: none (mandatory parameter)

Description: Password to access the Content Manager Logging database

LOGDB_SERVER
Default value: (local)

Description: Name of the Content Manager Logging database server

LOGDB_TYPE
Default value: MSSQL

Description: Type of the Content Manager Logging database server. The only other possible value is ORACLE.

LOGDB_USER
Default value: TCMLOGDBUser

Description: The name of the Content Manager Logging database user.

SYSTEM_ACCOUNT_NAME
Default value: MTSUser

Description: The identity of the user that runs the COM+ application. You created this user in Creating a system user (MTSUser) for Content Manager

SYSTEM_ACCOUNT_DOMAIN
Default value: the machine's domain name, or, if no domain exists, computer name

Description: The domain of the user specified under SYSTEM_ACCOUNT_NAME.

SYSTEM_ACCOUNT_PASSWORD
Default value: none (mandatory parameter)

Description: The password of the user specified under SYSTEM_ACCOUNT_NAME.

TM_TRANSLATIONSYSTEM_TYPE
Default value: SDL Translation Manager System

Description: The translation system Translation Manager connects to (SDL TMS or SDL WorldServer). The only other possible value is SDL WorldServer.

TM_TRANSLATIONSYSTEM_ADDRESS
Default value: empty

Description: The URL of SDL TMS or SDL WorldServer.

TM_TRANSLATIONSYSTEM_PORT
Default value: 80

Description: The port of the URL of SDL TMS or SDL WorldServer.

TM_TMS_PROXY_ENABLED
Default value: empty (mandatory parameter if installing Translation Manager and if connecting)

Description: Set to TRUE if you want to enable a proxy setting for SDL TMS, to FALSE otherwise.

TM_TMS_PROXY_ADDRESS
Default value: empty (mandatory parameter)

Description: The address of the proxy server that SDL TMS.

TM_TMS_PROXY_PORT
Default value: empty (mandatory parameter)

Description: The port of the proxy server that SDL TMS uses.

TM_WORLDSERVER_USERNAME
Default value: empty

Description: The name of a user authorized to connect to SDL WorldServer.

TM_WORLDSERVER_PASSWORD
Default value: empty (mandatory parameter)

Description: The password for the user authorized to connect to SDL WorldServer.

TM_DB_TYPE
Default value: MSSQL

Description: Type of the Translation Manager database server. The only other possible value is ORACLE

TM_DB_SERVER
Default value: (local)

Description: The name of the database server that contains your Translation Manager database.

TM_DB_NAME
Default value: Tridion_TranslationManager

Description: The name of the Translation Manager database.

TM_DB_USER
Default value: TMUser

Description: The name of a user authorized to connect to the Translation Manager database.

TM_DB_PASSWORD
Default value: none (mandatory)

Description: The password of a user authorized to connect to the Translation Manager database.

WEB_DESCRIPTION
Default value: "SDL Tridion 2011"

Description: The description of the Content Manager Explorer Web site.

WEB_IP
Default value: empty, meaning all unassigned IP addresses

Description: The IP address of the Content Manager Explorer Web site.

WEB_PORT
Default value: 80

Description: The port of the Content Manager Explorer Web site.

WEB_HEADER
Default value: empty, meaning no host header is provided

Description: The host header of the Content Manager Explorer Web site.

LICENSE_PATH
Default value: none; if you do not specify the license path here, you can specify it after installation, refer to Licenses

Description: The full path and filename of the Content Manager license file.

CD_LICENSE_PATH
Default value: none; if you do not specify the license path here, you can specify it after installation, refer to Licenses

Description: The full path and filename of the Content Delivery license file.

OE_DB_NAME
Default value: tridion_cm_email

Description: Name of the Outbound E-mail database

OE_DB_PASSWORD
Default value: none (mandatory)

Description: Password to access the Outbound E-mail database

OE_DB_SERVER
Default value: (local)

Description: Name of the Outbound E-mail database server

OE_DB_TYPE
Default value: MSSQL

Description: Type of the Outbound E-mail database server. The only other possible value is ORACLE.

OE_DB_USER
Default value: TMSDBUser

Description: The name of the Outbound E-mail database user.

CdWindowsServices_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install Windows Services (Transport Service and Monitoring). The only other possible value is the empty string, meaning that no Windows Services are installed.

cm_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install Content Manager features. The only other possible value is the empty string, meaning that Content Manager features are only installed if another, selected feature depends on them.

CMECore_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install Content Manager Explorer core features. This does not install the GUI itself, but only the extensible GUI framework. The only other possible value is the empty string, meaning that Content Manager Explorer core features are only installed if another, selected feature depends on them.

CMEGui_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install Content Manager Explorer features. This installs the GUI itself, including the underlying core framework. The only other possible value is the empty string, meaning that Content Manager Explorer features are only installed if another, selected feature depends on them.

Documentation_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install Documentation features. The only other possible value is the empty string, meaning that no Documentation features are installed.

OutboundEmail_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install Outbound E-mail features. The only other possible value is the empty string, meaning that Outbound E-mail features are only installed if another, selected feature depends on them.

SDLTridionUGC_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install the User-Generated Content (UGC) application. The only other possible value is the empty string, meaning that the UGC application is only installed if another, selected feature depends on it.

SpellChecker_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install spell-checking features in the Content Manager Explorer GUI. The only other possible value is the empty string, meaning that spell-checking features are only installed if another, selected feature depends on them.

TcmSearch_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install search functionality for Content Manager Explorer. The only other possible value is the empty string, meaning that search functionality is only installed if another, selected feature depends on them.

TemplateBuilder_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install the Template Builder application. The only other possible value is the empty string, meaning that the Template Builder application is only installed if another, selected feature depends on it.

TranslationManager_SelectedFeatures
Default value: (All), meaning all features

Description: Indicates whether to install the Translation Manager application. The only other possible value is the empty string, meaning that the Translation Manager application is only installed if another, selected feature depends on it.

INSTALLLOCATION
Default value: C:\Program Files\Tridion (on a 32-bit system) or C:\Program Files (x86)\Tridion (on a 64-bit system).

Description: Indicates where to install Content Manager server.

WEBLOCATION
Default value: C:\Program Files\Tridion\web (on a 32-bit system) or C:\Program Files (x86)\Tridion\web (on a 64-bit system).

Description: Indicates where to install the Content Manager Explorer Web site.