#To install silently in Windows, create a file named installer.properties in the
#same folder as the taf-installer.exe with the following information.
#Then run taf-installer.exe


#This would make the installer go silently.
#==========================================
INSTALLER_UI=Silent

#Force the deletion of any prior data detected. 1=Delete 0=Don’t Delete
#======================================================================
DELETE_PRIOR_DATA_BOOLEAN_1=1

#Folder where the program should be installed
#============================================
USER_INSTALL_DIR=C:\\Program Files\\Trellis Application Manager

#Folder where the data should be installed
#=========================================
USER_INPUT_DATA_FOLDER_1=C:\\Users\\Default\\AppData\\Local\\Trellis Application Manager

#Folder where the links/shortcuts should be created
#==================================================
USER_SHORTCUTS=C:\\Users\\User\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Trellis Application Manager

#Database port
#=============
DBCORE_PARAMETERS_1=27017

#Database admin user
#===================
DBCORE_PARAMETERS_2=mtpadmin

#Database admin password
#=======================
DBCORE_PARAMETERS_3=admin

#Database mtp user
#=================
DBCORE_PARAMETERS_4=mtpuser

#Database mtp password
#=====================
DBCORE_PARAMETERS_5=Passw0rd

#TAF service port
#================
DBCORE_PARAMETERS_6=8443

#Time to wait to connect to database
#================
DATABASE_WAIT_TIME_MINUTES=5