;To run this batch setup file, type SETUP /Q[path to this file]\SETUP2.INI. ;ex. SETUP /QD:\SETUP2.INI ;This INI file adds a server to an existing site where the server SIDNEY5 is ;currently online. The password to the service account is Wololita. ;The server will be installed to c:\exchange and no other components will be installed. ;Licensing is set up on a Per Seat basis. [Paths] ;Where the server will be installed. ServerDest=c:\exchange [Components] ;Whether to install the server services. Services=TRUE ;Whether to install Administrator program. Administrator=FALSE ;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] ;If the server is joining an existing Site, server in that Site. ExistingServerName=SIDNEY5 [ServiceAccount] ;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.