Hello,

I am trying to perform a silent installation on Solaris, and i keep winding up
with the developer version, not the enterprise version. I have checked that i
am using a valid enterprise serial number (if i enter this in the admin after
installation and deployment it works just fine, if i run the installer in
interactive mode it also works just fine). I deploy CFMX as a j2ee app in
weblogic (8.1)

my installer.properties file:
# Install is silent
INSTALLER_UI=SILENT
#
# License information - full | trial | developer
SILENT_LICENSE_MODE=full
SILENT_SERIAL_NUMBER=[**my cfmx serial**]
SILENT_PREV_SERIAL_NUMBER=
#
# Configuration - standalone | jrun | ear | war
SILENT_INSTALLER_TYPE=war
#
# Components to install
SILENT_INSTALL_ODBC=false
SILENT_INSTALL_VERITY=false
SILENT_INSTALL_SAMPLES=false
# (UNIX only) whether to start CFMX7 when booting
SILENT_CONFIGURE_SYSTEM_INIT=false
#
# Directories
SILENT_INSTALL_FOLDER=/opt/coldfusionmx7
# EAR/WAR only
SILENT_VERITY_INSTALL_FOLDER=
#
# Context root
SILENT_CONTEXT_ROOT=hsmc
#
# Runtime user for UNIX
SILENT_RUNTIME_USER=
#
# ColdFusion administrator password
SILENT_ADMIN_PASSWORD=[**my cfadmin password **]
#
# Flash forms - EAR/WAR only
SILENT_FLEX_ENABLED=true
#
# Enable RDS and password
SILENT_ENABLE_RDS=false
SILENT_RDS_PASSWORD=

after installation, the log file
/opt/coldfusionmx7/Macromedia_ColdFusion_MX_7_InstallLog.log says:

Summary
-------
Installation: Successful.

95 SUCCESSES
0 WARNINGS
0 NONFATAL ERRORS
0 FATAL ERRORS

... and then a whole long list of info...

when i deploy the app in weblogic and access the administrator, i see:

Server Details
Server Product ColdFusion MX
Version 7,0,0,91690
Edition Developer
Serial Number Developer
Operating System UNIX
OS Version 5.8

any thoughts?
/t