Whatever message this page gives is out now! Go check it out!
Click and then choose either to download the CSV of all or selected devices. |
<cfscript>
activationPackageJSONPath = ExpandPath( "./ngl-preconditioning-data.json")
admin= createObject("component","CFIDE.adminapi.administrator")
admin.login("Adobe$123")
licenseObj = CreateObject("component","CFIDE.adminapi.license")
response = licenseObj.activateNow(activationPackageJSONPath, "Production")
writeDump(response)
</cfscript><cfscript>
admin= createObject("component","CFIDE.adminapi.administrator")
admin.login("Adobe$123")
licenseObj = CreateObject("component","CFIDE.adminapi.license")
response = licenseObj.deactivateNow()
writeDump(response)
</cfscript>#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:\\Users\\Administrator\\Desktop\\License\\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 true 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/coldfusion11 (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=false#Silent properties for ColdFusion 2025 ZIP Installer
# ColdFusion Administrator password
COLDFUSION_ADMIN_PASSWORD=Adobe$123
# Internal webserver port
COLDFUSION_ADMIN_PORT=8550
# Install License type - 1-Install new version of Adobe ColdFusion 2025 with License , 2-30-day trial, 3-Developer Edition
INSTALL_TYPE=1
# Edition - 1-Enterprise,2-Standard
LICENSE_EDITION=2
# Mode - 1-NUL,2-FRL
LICENSE_ACTIVATION_MODE=2
# FRL License File Path
LICENSE_FILE_PATH=C:\\Users\\Administrator\\Desktop\\License\\ngl-preconditioning-data.json
# Accept EULA- true. To proceed, you must accept the EULA
EULA_ACCEPTED=true
# IP address from which Administrator can be accessed
IP_ADDRESSES=
# Specify the deployment type- 1-Production, 2-Development, 3-Staging, 4-Testing, 5-Disaster recovery
DEPLOYMENT_TYPE=5
# Name of the ColdFusion service
COLDFUSION_WIN_SERVICE_NAME=cftest1
# Server profile - 1-Production+Secure, 2-Production, 3-Development.
SERVER_PROFILE=1
# Specify the RDS password
COLDFUSION_RDS_PASSWORD=Adobe$123
# ColdFusion install location
COLDFUSION_INSTALL_LOCATION=C:\\ColdFusion_2025_WWEJ_win64\\ColdFusion\\