coldfusioninstaller.exe -i silent -f <property file>
The silent property file example is as below:
INSTALLER_UI=SILENT SILENT_LICENSE_MODE=full SILENT_SERIAL_NUMBER= SILENT_INSTALLER_TYPE=standalone SILENT_INSTALL_ODBC=true/false SILENT_INSTALL_VERITY=true/false SILENT_INSTALL_SAMPLES=true/false SILENT_INSTALL_JNBRIDGE=true/false SILENT_INSTALL_FOLDER=F:\\ColdFusion9 SILENT_WEBROOT_FOLDER=F:\\ColdFusion9\\wwwroot SILENT_ADMIN_PASSWORD=password SILENT_FLEX_ENABLED=true SILENT_ENABLE_RDS=false |
Once installation is complete, Adobe_ColdFusion_9_InstallLog.log will be available under the directory you specified.
You can control the temp directory by setting temp to another directory:
set tmp=f:\temp
Incase of unix,
export IATMPDIR=somedirectory
No comments:
Post a Comment