# Windows Silent Install # The install location of the product. FootPrints will be installed into # this folder. If the folder does not exist, it will be created. -P installLocation=C:\Program Files\BMC Software\FootPrints # FootPrints administrator login credentials and information. # The password must be between 8 and 50 characters long and must contain at # least one upper-case letter, lower-case letter, numeral, and special # character. No character should be repeated more than three times. # Enter the exact same password value for both password parameters. # The email address must be a valid email address in the format: x@y.z -J FOOTPRINTS_ADMIN_USER=admin -J FOOTPRINTS_ADMIN_PASSWORD=P@ssw0rd -J FOOTPRINTS_ADMIN_PASSWORD_CONFIRM=P@ssw0rd -J FOOTPRINTS_ADMIN_FULL_NAME=John Smith -J FOOTPRINTS_ADMIN_EMAIL=john_smith@localhost.lan # Encryption Phrase # This value is used to generate the encryption keys used by FootPrints # to encrypt sensitive data such as database passwords. # The value must be between 8 and 80 characters. Any character or symbol may be used. -J FOOTPRINTS_ENCRYPTION_PHRASE=The Secret Key! -J FOOTPRINTS_ENCRYPTION_PHRASE_RETYPE=The Secret Key! # Indicates whether Java should be installed by the FootPrints installer or an # existing Java installation shold be used. # Possible values: true, false # For best results Java should be installed manually before installing FootPrints. -J FOOTPRINTS_INSTALL_JAVA=false # If the parameter FOOTPRINTS_INSTALL_JAVA is set to "false", this value is the location of an existing Java JDK installation. # If the parameter FOOTPRINTS_INSTALL_JAVA is set to "true", this is the location where Java will be installed by the FootPrints installer. -J FOOTPRINTS_JAVA_PATH=C:\Program Files\Java\jdk1.7.0_51 # This value is the location of an existing Tomcat server. -J FOOTPRINTS_TOMCAT_LOCATION=C:\Program Files\Apache Software Foundation\Tomcat 7.0 # Indicates whether the Tomcat configuration files are located in the Tomcat installation folder or in a separate folder. # If the Tomcat "conf" folder is located in the Tomcat installation folder, set this value to "false". # If the Tomcat "conf" folder is located is a different folder than the Tomcat installation folder, set this value to "true". -J FOOTPRINTS_TOMCAT_SEPARATE_HOME_BASE=false # This value is the location of the Tomcat "conf" folder. -J FOOTPRINTS_TOMCAT_CONF_LOCATION=C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf # The engine which should be used to run the FootPrints web application. # Default value is "Catalina" # This value is ignored if the parameter FOOTPRINTS_INSTALL_TOMCAT is set to "false". -J FOOTPRINTS_TOMCAT_ENGINE=Catalina # The host which should be used to host the FootPrints web application. # Default value is "localhost" # This value is ignored if the parameter FOOTPRINTS_INSTALL_TOMCAT is set to "false". -J FOOTPRINTS_TOMCAT_HOST=localhost # The user who will run the tomcat process. This value is only used when installing on Linux. The value is ignored when # installing on Windows. -J FOOTPRINTS_TOMCAT_USER=tomcat # The port to the Tomcat server will listen on. # This value is ignored if an existing Tomcat server is used. # For details see the Tomcat documentation: http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html # -J FOOTPRINTS_TOMCAT_PORT=8080 # Database type which will be used by FootPrints # Possible values: sqlserver, postgres -J DATABASE_TYPE=sqlserver # Indicates whether the installer should install SQL Server Express. # Possible values: true, false # Leave this value "false" if installing to PostgreSQL or if the installer should not install SQL Server # For best results the database server should already be installed prior to installing FootPrints 12. -J FOOTPRINTS_INSTALL_SQLSERVER=false # Host name or IP Address of the database server. -J SCHEMA_HOST=localhost # Port database server listens on # Common ports: MS SQL Server=1433, PostgreSQL 5432 -J SCHEMA_PORT=1433 # Credentials to use during the install to authenticate to the database. # These credentials must be for a user who has rights to create databases and users. # If the parameter FOOTPRINTS_INSTALL_SQLSERVER is set to "true" these values # will be used to create the "sa" account on the SQL Server Express. # If you set the parameter SCHEMA_PARAM_SYSTEM_AUTHENTICATION to "true", these # values will be ignored. -J SCHEMA_LOGIN=sa -J SCHEMA_PASSWORD=P@ssw0rd # Tell the installer to connect to the database using Windows Authentication. # This value is ignored if the parameter FOOTPRINTS_INSTALL_SQLSERVER is set to "true". # This value is only applicable when installing to an existing SQL Server. # Possible values: true, false -J SCHEMA_PARAM_SYSTEM_AUTHENTICATION=false # The system database of the database server. # The installer will initially connect to this database before creating the # FootPrints database # Common system database names: MS SQL Server=master, PosgreSQL=posgres -J SCHEMA_SYSTEM_DB=master # Database users created by the installer. # Passwords must be between 6 and 50 characters long, contain upper case and lower case letters, # numbers, special symbols '#$'. The first character must be a letter. The same character cannot # appear consecutively more than twice. -J FOOTPRINTS_DB_ADMIN_USER=fp_admin -J FOOTPRINTS_DB_ADMIN_USER_PASSWORD=P#ssw0rd -J FOOTPRINTS_DB_APP_USER=fp_usr -J FOOTPRINTS_DB_APP_USER_PASSWORD=P#ssw0rd -J FOOTPRINTS_DB_RPT_USER=fp_rpt -J FOOTPRINTS_DB_RPT_USER_PASSWORD=P#ssw0rd -J FOOTPRINTS_DB_SEC_USER=fp_sec -J FOOTPRINTS_DB_SEC_USER_PASSWORD=P#ssw0rd # Should the installer create a new database or use an existing database. # If an existing database is selected, the database name must only contain letters, numbers and underscore characters (_) and # the database name must be all lower-case. # When set to "false" the installer will create a database. # When set to "true" the installer will the database specified by the SCHEMA_NAME parameter. # Possible values: true, false -J FOOTPRINTS_DATABASE_USE_EXIST=false # If the parameter FOOTPRINTS_DATABASE_USE_EXIST is set to "true", set this parameter to the name of the existing database to use. # If the parameter FOOTPRINTS_DATABASE_USE_EXIST is set to "false", leave this parameter blank -J SCHEMA_NAME= # Should the installer use the default table space or a specific tables space for the FootPrints database # This value is only applicable when installing to a PostgreSQL database and the parameter FOOTPRINTS_DATABASE_USE_EXIST is set to false. # Set this value to "true" to use the default tablespace for the FootPrints database # Set this value to "false" to specify the tablespace to use. # Possible values: true, false -J FOOTPRINTS_TABLESPACE_USE_EXIST=false # If the parameter FOOTPRINTS_TABLESPACE_USE_EXIST is set to "true" set this value to the name of the table_space # to use for the FootPrints database. This value is only applicable when the installing to a PosgreSQL database. -J SCHEMA_TABLESPACE=pg_default # The base URL for the FootPrints application. This value is used in notification emails sent from # FootPrints. The value is used to construct hyper-links which when clicked will direct the user # to the FootPrints Server. This value can be changed in the application administration UI after the # installation is complete. -J FOOTPRINTS_APP_CTX_URL_PORT=http://localhost:8080 # The path portion of the FootPrints web application URL. -J FOOTPRINTS_APP_CTX_PATH=footprints/servicedesk # Internal use only / Unsupported features - Do not change these values. -A featureFootPrints -J FOOTPRINTS_INSTALLATION_TYPE_ROLE_SERVER=false -J FOOTPRINTS_SQL_PASSWORD= -J FOOTPRINTS_SQL_PASSWORD_CONFIRM= -J FOOTPRINTS_MYSQL_CONNECTOR_LOCATION= -J FOOTPRINTS_INTEGRATE_IIS=false -J FOOTPRINTS_IIS_SITE= -J FOOTPRINTS_IIS_APP_URL= -J FOOTPRINTS_IIS_VIRTUAL_DIR_PATH= -J FOOTPRINTS_SCHEMA= -J _content_repository= -J FOOTPRINTS_TENANT_IDENTIFIER= -J FOOTPRINTS_INSTALL_TOMCAT=false