I do all my installs silently and it works great.

Here is the contents of my batch file (installcf.bat):

coldfusion-702-win.exe -f silent.properties

and then here is the contents of silent.properties (make sure its named 
exactly that!):

# Install is silent
INSTALLER_UI=SILENT
#
# License information - full | trial | developer
SILENT_LICENSE_MODE=developer
#
# Configuration - standalone | jrun | ear | war
SILENT_INSTALLER_TYPE=standalone
#
# Components to install
SILENT_INSTALL_ODBC=true
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=C:/CFUSIONMX7
# EAR/WAR only
SILENT_VERITY_INSTALL_FOLDER=
#
# Context root
SILENT_CONTEXT_ROOT=
#
# Runtime user for UNIX
SILENT_RUNTIME_USER=
#
# ColdFusion administrator password
SILENT_ADMIN_PASSWORD=password
#
# Flash forms - EAR/WAR only
SILENT_FLEX_ENABLED=true
#
# Enable RDS and password
SILENT_ENABLE_RDS=false
SILENT_RDS_PASSWORD=

You might need to tweak a few of the parameters depending on OS, license 
mode, etc.  Make sure the mx installer, bat file, and silent.properties 
file are all in the same folder when you run it.  You will not see much 
happening so you might want to watch your task manager to watch when cpu 
processing drops meaning the install is done (~5mins depending on cpu 
speed).

After that, run the web connector.  If you are trying to use the latest 
version of apache w/ cfmx, you'll need to download the upgraded version 
of wsconfig from adobe's site.

good luck!
Mike

Phill B wrote:
> I'll give that a try. I hope it works, I'm tired of dealing with this.
> I just want to start using the new features in MX 7.
> 
> On 7/23/06, Mike Soultanian <[EMAIL PROTECTED]> wrote:
>> I had that exact same problem.  I'm not exactly sure what I did, but I
>> know that the silent install helps things out... so...
>>
>> Uninstall your current version and do a silent install as described here:
>>
>> http://tinyurl.com/8g3dr
>>
>> then run the web connector.
>>
>> mike..
>>
>>
>> Phill B wrote:
>>> So I got my upgrade to MX 7 and a new development server. Well I'm
>>> trying to install it and Im having some trouble.
>>>
>>> I'm installing on a Windows 2003 server and IIS. The first issue is
>>> the message that it installed but "the web server connectors did not
>>> install successfully. One possible reason is that port 51011 is
>>> blocked"
>>>
>>> Then when I try to use the "Web Server Configuration Tool" I get the
>>> error "Could not connect to and jrun/coldfusion servers on host
>>> localhost."
>>>
>>> Great.....
>>>
>>> So, I found this on the adobe site
>>> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19575
>>>
>>> Does this look like the right thing to do to fix the problem? I would
>>> hate to go through all of that to find out it was the wrong path. Any
>>> advice will be appreciated.
>>>
>>> Thanks guys
>>>
>>
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247525
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to