[ADAMInstall]

; This is an answer file for silently creating an ADAM instance The command
; should look something like this:
;            adaminstall /answer:answer.txt
; For more information, see "Bundling ADAM" at
; http://technet2.microsoft.com/WindowsServer/en/library/efd0febb-02d9-4963-b0f4-b82be29aba921033.mspx?mfr=true


; The following line specifies to install a unique ADAM instance.
InstallType=Unique

; The following line in the answer file will cause a progress dialog to 
; be displayed during the ADAM setup.
ShowOrHideProgressGUI=Show

; The following line specifies the name to be assigned to the new 
; instance.
InstanceName=ProtectDrive

; The following line specifies the TCP port to use for LDAP.
LocalLDAPPortToListenOn=1129

; The following line specifies the port to use for SSL.
LocalSSLPortToListenOn=1130

; The following line specifies an application partition to create
;NewApplicationPartitionToCreate="CN=PDPartition,DC=domain,DC=local"
NewApplicationPartitionToCreate="CN=PDPartition"

; The following line specifies the directory to use for ADAM data 
; files.
;DataFilesPath=C:\Program Files\Microsoft ADAM\ProtectDrive\data

; The following line specifies the directory to use for ADAM log files.
;LogFilesPath=C:\Program Files\Microsoft ADAM\ProtectDrive\logs

ImportLDIFFiles="Ms-UserProxy.ldf" "Ms-User.ldf" "Ms-InetOrgPerson.ldf"