;To run this batch setup file, type SETUP /Q[path to this file]\SETUP3.INI. ;ex. SETUP /QD:\SETUP3.INI ;This INI file creates a new site. ;Microsoft Exchange Server will be installed to c:\exchange. ;Microsoft Exchange Administrator will be installed to d:\excadmin. ;The organization name will be LITWARE and the site name will be EUROPE. ;The service account will be EUROPE\SERVICE and the password is GEHEIM. ;For the MS Mail Connector and other gateways, the organization proxy is set to EXCHNET ;and the site proxy is set to EXCHPO. ;The internet proxy name is set to LTWGBH.COM. ;Two accounts will be added to the site object permissions, EUROPE\EXCHADMIN and ;NORTHAMERICA\EXCHADMIN. ;The X.400 connector will be installed. ;Some of the X.400 attributes will also be set (see the X.400 section). ;Online documentation will be installed. ;Licensing is set up on a Per Seat basis. [Paths] ;Where the server will be installed. ServerDest=c:\exchange ;Where Admin will be installed if selected. AdminDest=d:\excadmin [Components] ;Whether to install the server services. Services=TRUE ;Whether to install Administrator program. Administrator=TRUE ;Whether to install MS Mail connector. MSMailConnector=TRUE ;Whether to install the Internet mail connector. Internet=TRUE ;Whether to install the X.400 connector. X400=TRUE ;Whether to install the Sample Applications. Sample Applications=TRUE ;Whether to install online documentation. Books Online=TRUE [Site] ;Name of new site if no ExistingServerName is provided. SiteName=EUROPE ;Proxy Name of site if new site is created. SiteProxyName=EXCHPO ;Internet site if Internet mail connector is being installed. InternetSiteName=LTWGBH.COM [Organization] ;Organization name if a new site is being created. OrganizationName=LITWARE ;Organization Proxy name if a new site is being created. OrganizationProxyName=EXCHNET [ServiceAccount] ;The service account name if creating a new site. AccountName=EUROPE\SERVICE ;The service account password. AccountPassword=GEHEIM [SitePermissions] ;Account to give Site Administrative permission to. ;0-4 Accounts are allowed. Account keys left blank are ignored. ;These accounts are in addition to the Service Account specified ;above which will be given permission by default. Account1=EUROPE\EXCHADMIN Account2=NORTHAMERICA\EXCHADMIN ;Account3= ;Account4= [X400] ;X.400 Organization name if creating a new site. (Defaults to site name.) Organization=LTWGBH ;X.400 OU1. name if creating a new site. (Default is nothing.) OrgUnit1=BERLIN ;X.400 OU2. name if creating a new site. (Default is nothing.) OrgUnit2= ;X.400 OU3. name if creating a new site. (Default is nothing.) OrgUnit3= ;X.400 OU4. name if creating a new site. (Default is nothing.) OrgUnit4= ;X.400 PRMD name if creating a new site. (Defaults to organization name.) PrivManDomName=LITWARE ;X.400 ADMD name if creating a new site. (Defaults to a single space.) AdminManDomName= ;X.400 Country name if creating a new site. (Defaults to country specified in Windows NT ;International Control Panel object.) Must be a valid two letter code. Country=DE [Licensing] ;Whether to setup licensing on a Per Seat basis. PerSeat=TRUE ;Whether to setup licensing on a Per Server basis. PerServer= ;If using a Per Server basis, number of users licensed on this server. PerServerUsers= ;Either PerSeat or PerServer must be TRUE. If both are TRUE, Setup ;will fail. If PerServer is TRUE, PerServerUsers must be specified ;or Setup will fail.