The information in this article applies to:
SUMMARYNOTE: The content for this article is taken from the BackOffice Resource Kit. Running Exchange Server 5.5 Setup UnattendedYou can customize your server installation by running Setup unattended using customized default settings specified in a Setup.ini file. If you are installing Microsoft Exchange Server 5.5 on multiple computers for the first time and want to use the same configuration on all servers, you can run the Setup program in unattended batch mode.Running batch mode Setup is useful if you need to install Microsoft Exchange Server quickly and do not want to be prompted to type additional information. Batch mode Setup (Setup /q) can be used with an .ini file containing configuration settings so you can install Microsoft Exchange Server without user input. For example, you can use batch mode Setup to install Microsoft Exchange Server in offices that do not have full-time administrators who can set up the servers. Before you can run batch mode Setup, you must create an .ini file containing default installation settings. In the .ini file, you can specify preferences, such as the installation directory, the organization name, and the components that will be installed. Using an .ini file is equivalent to selecting options in dialog boxes during Setup; however, the .ini file provides additional options so you have more control over your installation. You can use any text editor to create an .ini file with any name. Several .ini file examples are included on the Microsoft Exchange Server CD in the Support\Samples\Setup directory. The following example shows the format of the .ini file.
For more information about .ini file settings, see the "More Information"
section below.
To run batch mode Setup after you have created an .ini file, type the following at an MS-DOS command prompt: Setup /q filepathwhere filepath is the path and file name of the .ini file. MORE INFORMATIONThis article describes the format for creating an .ini file that you can run with Microsoft Exchange Server 5.5 Setup in batch mode (Setup /q). Using an .ini file is equivalent to selecting options in dialog boxes during setup; however, the .ini file provides additional options. For more information about batch Setup, see Chapter 2, "Planning and Setup," of the BackOffice Resource Kit. INI File FormatEach section of the .ini file is shown with the setting, a description of the setting, and the value. These settings are not case sensitive.[Product ID] This section specifies the product identifier (ID) for this copy of Microsoft Exchange Server; this information is required. If the product ID information is not included, batch setup fails unless this copy of Microsoft Exchange Server was received under the Microsoft Select Agreement.
Description: Product ID number used by OEMs Description: The product ID number This section contains entries that specify the location where optional components are installed. All entries are optional.
Description: Location where the server component is installed if it is selected Description: Location where the Administrator program is installed if it is selected This section contains entries that specify which components are to be installed. All entries are optional.
Description: Whether to install services for the system attendant, the directory, the information store, and the message transfer agent (MTA) Description: Whether to install the Administrator program Description: Whether to install the Microsoft Mail Connector Description: Whether to install the cc:Mail connector Description: Whether to install the Internet Mail Service Description: Whether to install the X.400 Connector Description: Whether to install Microsoft Outlook Web Access Description: Whether to install NNTP Description: Whether to install KM server Description: Whether to install the sample applications that clients can use Description: Whether to install online documentation Description: Whether to install the Microsoft Exchange Scripting Agent This section contains entries that specify the names of directory objects in the site, such as the site and server names.
Description: Name of the server in the existing site Description: Name of the new site if ExistingServerName is not provided Description: Proxy name of the new site that is used to determine the site addresses for connectors Description: Internet site name if Internet Mail Service is being installed This section contains entries that specify the names of directory objects in the organization.
Description: Organization name if a new site is being created Description: Organization proxy name that is used to determine the site addresses for connector if a new site is being created This section contains entries that specify the service account name and password.
Description: Service account name (required if a new site is being created) Description: Service account password (required) This section contains entries that specify licensing information.
Description: Whether to set up licensing on a per-seat basis This section contains entries that specify the user account(s) that are to have Administrator permission in the site.
Description: Account that is to be granted site Administrator permission. Up to four accounts can be specified. These accounts are in addition to the service account specified in the [ServiceAccount] section. This section configures X.400 support and is optional. For more information about these entries, see your X.400 documentation.
Description: X.400 attribute for organization Description: X.400 attribute for organizational unit Description: X.400 attribute for organizational unit Description: X.400 attribute for organizational unit Description: X.400 attribute for organizational unit Description: X.400 attribute for the private management domain (PRMD) Description: X.400 attribute for the administrative management domain (ADMD) Description: X.400 attribute for country Additional query words: XADM kbsetup kbusage
Keywords : exc55 |
Last Reviewed: November 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |