Whatever message this page gives is out now! Go check it out!
silent.properties file is an ASCII text file that defines the installation parameters. Specify the details as provided in the file. Select only the ones that apply to your installation type.#Silent properties for ColdFusion 2025 GUI Installer
INSTALLER_UI=SILENT
#Valid Values are 1/2/3 (full/trial/developer)
SILENT_INSTALL_TYPE=
#Valid values are 1/2 (NUL/FRL)
SILENT_LICENSE_ACTIVATION_MODE=2
SILENT_LICENSE_FILE_PATH=C:\\location\\ngl-preconditioning-data.json
#Valid values are 1/2 (ENT/STD)
SILENT_LICENSE_EDITION=2
#Valid values are 1/2/3/4/5 (Production/Development/Staging/Testing/Disaster_Recovery)
SILENT_DEPLOYMENT_TYPE=
#Valid values are 1/2/3 (ear/war/standalone)
SILENT_SERVER_TYPE=3
SILENT_INSTALL_JNBRIDGE=false
#Remote administrator component for server remote start/stop
SILENT_INSTALL_ADMIN=false
SILENT_INSTALL_SOLR=false
SILENT_INSTALL_PDFG=false
#For Linux it would be as /opt/coldfusion2025 (Change it as per your path)
SILENT_INSTALL_FOLDER=C:\\ColdFusion2025
#Enable one of Prod(secure/prod)/dev profile. These 3 are mutually exclusive and only one of them can be ture and others are false.
SILENT_ENABLE_PROD_SECURE_PROFILE=false
SILENT_ENABLE_PROD_DEFAULT_PROFILE=false
SILENT_ENABLE_DEV_PROFILE=true
#IP addresses from which Administrator can be accessed.
SILENT_ADMIN_IP=
#IP address of the CF installed machine through which PDFG/Solr service would be accessed remotely.
SILENT_JETTY_IP=
SILENT_ADMIN_USERNAME=admin
SILENT_ADMIN_PASSWORD=Adm1n$12
SILENT_ENABLE_RDS=true
SILENT_RUNTIME_USER=
#Provide password when enable RDS is true
SILENT_RDS_PASSWORD=Adm1n$12
#username/password of remote administrator component for server remote start/stop
SILENT_JETTY_USERNAME=admin
SILENT_JETTY_PASSWORD=Adm1n$12
#Context Root for J2ee Installation
SILENT_CONTEXT_ROOT=
SILENT_AUTO_ENABLE_UPDATES=true
#For Linux it would be as /opt/coldfusion2025 (Change it as per your path)
SILENT_PREV_CF_MIGR_DIR=
#Enable/Disable the servlets depending on if they are not used by your application or not.
#Applicable only if production OR Production+Secure profile is enabled. For Dev profile, all are enabled by default.
ENABLE_RDS=false
ENABLE_WSRP=false
ENABLE_JSDEBUG=false
ENABLE_CFR=false
ENABLE_CFSWF=false
ENABLE_CFFORMS=falseProperty | Description |
INSTALLER_UI | Tells the installer that the type of installation is silent. |
SILENT_INSTALL_TYPE | Specifies if the ColdFusion installation is in full, trial, or developer mode. |
| SILENT_LICENSE_ACTIVATION_MODE | Specifies whether license activation type is Feature Restricted Licensing or Named User Licensing. |
| SILENT_LICENSE_FILE_PATH | Specify the path to the license activation file. |
| SILENT_LICENSE_EDITION | Specify the install type is Standard ro Enterprise. |
| SILENT_DEPLOYMENT_TYPE | Specify the deployment type- Production/Development/Staging/Testing/Disaster_Recovery |
SILENT_SERVER_TYPE | Specifies the type of installer – ear, war, or stand-alone. |
SILENT_INSTALL_JNBRIDGE | Specify whether to install JNBridge (Java and .NET interop) with the installation. Valid value is TRUE or FALSE. |
SILENT_INSTALL_ADMIN | Specify whether to install remote administrator component for server remote start/stop. Valid value is TRUE or FALSE. |
SILENT_INSTALL_SOLR | Specify whether to install Solr search service with the installation. Valid value is TRUE or FALSE. |
SILENT_INSTALL_PDFG | Specify whether to install PDF generator service with the installation. Valid value is TRUE or FALSE. |
SILENT_INSTALL_FOLDER | Specify the ColdFusion installation folder. For Linux it would be as /opt/coldfusion2025. |
| Enable one of Prod (secure/prod)/dev profile. These three are mutually exclusive and only one of them can be True and the rest can be False. |
SILENT_ADMIN_IP | Specify the IP addresses from where you want to access ColdFusion Administrator. |
SILENT_JETTY_IP | Specify IP address of the ColdFusion installed machine through which you can remotely install PDFG/Solr service. |
SILENT_ADMIN_USERNAME | Set the user name for ColdFusion Administrator. |
SILENT_ADMIN_PASSWORD | Set the password for ColdFusion Administrator. |
SILENT_ENABLE_RDS | Specify whether to enable RDS access. Valid value is True or False. |
SILENT_RUNTIME_USER | Specify the Runtime user. Default is nobody. Ensure your RUNTIME_USER exists before running the installer |
SILENT_RDS_PASSWORD | Provide RDS password when SILENT_ENABLE_RDS is true. |
SILENT_JETTY_USERNAME | Specify user name of remote administrator component for server remote start/stop. |
SILENT_JETTY_PASSWORD | Specify password of remote administrator component for server remote start/stop. |
SILENT_CONTEXT_ROOT | Specify the context root for JEE installation. |
SILENT_AUTO_ENABLE_UPDATES | Specify whether you want to be notified of ColdFusion updates. Valid value is True or False. |
SILENT_PREV_CF_MIGR_DIR | Specify the installation directory of the previous ColdFusion version in silent mode installation if $MIGRATE_COLDFUSION$ is true. |
The following properties are applicable only if Production OR Production+Secure profile is enabled. For Developer profile, all are enabled by default. | |
ENABLE_RDS | Specify whether to enable RDS. Valid value is True or False. Remote Development Services (RDS) uses HTTP to enable the Query Builder and Chart Wizard to access database data through a ColdFusion data source. |
ENABLE_WSRP | Specify whether to enable access to remote portlets. Valid value of True or False. |
ENABLE_JSDEBUG | Specify whether to enable JavaScript debugger. Valid value is True or False. |
ENABLE_CFR | Specify whether to enable ColdFusion Report Builder. The Report Builder stores report definition information in a ColdFusion Report (CFR) file. This file contains field definitions, formatting, database SQL statements, CFML, and other information. Valid value is True or False. |
ENABLE_CFSWF | Specify whether to enable ColdFusion Flash Forms. Valid value is True or False. |
ENABLE_CFFORMS | Specify whether to enable ColdFusion Forms. Valid value is True or False. |
silent.properties and save it in the same directory as the ColdFusion installation program, the installer automatically uses the file.OS | Command |
UNIX | ./coldfusion_installer.bin [-f propertiesFilePath] |
Windows | coldfusion_installer.exe [-f propertiesFilePath]. For example, if you want to install ColdFusion (2025 release) silently, run the command, ColdFusion_2025_WWEJ_win64.exe -f silent.properties. |
Solaris | java -jar jar_name [-f propertiesFilePath] |
Mac OS X | Extract the .zip and install. |
Adobe_ColdFusion_2025_Install*) in the installation directory to verify the installation. The silent.properties file specifies the destination of the log file.INSTALLER_UI=SILENT
SILENT_JNBRIDGE_INSTALL_FOLDER=C:\\ColdFusion2025DotNetService
SILENT_CF_ROOT=C:\\ColdFusion2025\\cfusion
SILENT_JNBSTANDALONE=falsedotnet_installer.exe -f silent.propertiesINSTALLER_UI=silent
USER_INSTALL_DIR=C:$/$ColdFusion<version>
DOC_ROOT=C:$/$ColdFusion<version>$/$cfusion$/$wwwroot$/$
#The following applies only to multi-server scenarios.
INSTANCE_LIST=ALL