ColdFusion 2016 Silent Install on Windows DataCenter 2016
- March 29, 2021
- 2 replies
- 857 views
Hi ColdFusion Community.
I am rebuilding our ColdFusion Webfarm and have the ColdFusion 2016 Windows X64 install media, and have identified the pre-requisites I need to build ColdFusion:
Microsoft Visual C++ 2009 32bit Redistributable: vcredist_x86.exe
Microsoft Visual C++ 2012 32bit Redistributable: vcredist_x86.exe
Microsoft Visual C++ 2012 64bit Redistributable: vcredist_x64.exe
.NET 4.5 64bit Development Suite: NDP46-KB3045560-Web.exe
I have the latest Hotfix jar.
The silent install installs the above components but the coldfusion service can't be started as the installation is incomplete.
I am using the silent install option, please see my silent installer properties attached, with sites paths and password redacted.
#Webroot(s) folder for chosen website in IIS (comma separated) Ex: C:\inetpub\site1,C:\inetpub\site2
INSTALLER_UI=SILENT
SILENT_WEBROOT_IIS_WEBSITES=<websites>
SILENT_INSTALLER_TYPE=standalone
SILENT_PREV_CF_MIGR_DIR=C:\\ColdFusion2016
#Update ColdFusion to the latest update. Allowed : 1, if you want to update ColdFusion, 0 if not.
UPDATE_CF_TRUE=0
SILENT_LICENSE_MODE=trial
SILENT_ENABLE_DEV_PROFILE=true
SILENT_INSTALL_ADMIN=true
SILENT_INSTALL_SOLR=true
SILENT_INSTALL_PDFG=true
SILENT_INSTALL_ODBC=true
SILENT_INSTALL_JNIBRIDGE=true
###
SILENT_ADMIN_USERNAME=Admin
SILENT_ADMIN_PASSWORD=*******
SILENT_ENABLE_RDS=false
SILENT_RUNTIME_USER=Administrator
#Provide password when enable RDS is true
SILENT_RDS_PASSWORD=
#username/password of remote administrator component for server remote start/stop
SILENT_JETTY_USERNAME=admin
SILENT_JETTY_PASSWORD=*******
###
#Allowed : 1 for Automatic Update, 0 for Manually updating ColdFusion
AUTO_UPDATE_CF_TRUE=0
#If auto-update is false, provide the path where hotfix.jar is present. Give full path.
HF_UPDATE_JAR_PATH=D:\hotfix\dev\jars\hotfix-016-320445.jar
#ColdFusion Configuration
#Enter the ColdFusion Administrator credentials and the built-in Web Server port.
CF_ADMIN_USERNAME=Admin
CF_ADMIN_PASSWORD=*******
CF_ADMIN_PORT=8500
#OS Administrator Account Details.
#Enter the user account details of the OS administrator.
SYSTEM_ADMIN_USER=Administrator
SYSTEM_ADMIN_PWD=*******
SYSTEM_ADMIN_DOMAIN=LocalComputer
# Allowed :1 if you have a user already created for running CF Services, 0 otherwise.
USER_CF_SERVICE_TRUE=1
#Enter the user account to run ColdFusion with, post lockdown.
#The user account will be granted file system permissions to ColdFusion and the Web Server webroot(s)/document root.
CF_USER_UNAME=Administrator
CF_USER_DOMAIN=LocalComputer
CF_USER_PWD=*******
# Allowed :1 if you want to change the shutdown port, 0 otherwise
CHANGE_SHUTDOWN_PORT_TRUE=0
# New shutdown port number
SHUTDOWN_PORT_NEW=
**************************
Can you advise please how I can get more output out of ColdFusion as to why it's not installing, or an install log?
Thanks in advance for your help.
David.
