;To run this batch setup file, type SETUP /Q[path to this file]\SETUP.INI. ;ex. SETUP /QD:\SETUP1.INI ;This INI file creates a new site. ;Microsoft Exchange Server and Microsoft Exchange Administrator will be installed ;to d:\exchsrvr. ;The organization name will be AUSTRALIA and the site name will be LITWARE. ;The service account will be SOUTHPACIFIC\SERVICE and the password is Wololita. ;Licensing is set up on a Per Seat basis. [Paths] ;Where the server will be installed. ServerDest=d:\exchsrvr ;Where Admin will be installed if selected. AdminDest=d:\exchsrvr [Components] ;Whether to install the server services. Services=TRUE ;Whether to install Administrator program. Administrator=TRUE ;Whether to install MS Mail connector. MSMailConnector=FALSE ;Whether to install the Internet mail connector. Internet=FALSE ;Whether to install the X.400 connector. X400=FALSE ;Whether to install the Sample Applications. Sample Applications=FALSE ;Whether to install online documentation. Books Online=FALSE [Site] ;Name of new site if no ExistingServerName is provided. SiteName=AUSTRALIA [Organization] ;Organization name if a new site is being created. OrganizationName=LITWARE [ServiceAccount] ;The service account name if creating a new site. AccountName=SOUTHPACIFIC\SERVICE ;The service account password. AccountPassword=Wololita [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.