I'm trying to follow this page:

http://kb2.adobe.com/cps/191/tn_19135.html

However the directory doesn't exist on our production server..
I copied it from our dev directory to prod..
The page mentions running a CF template:

<!--- set this to the location of your cfusion directory --->
<cfset cfusionHome="C:\CFusionMX7">
<!--- install sequelink --->
<cftry>
<cfexecute      name="#cfusionHome#\db\SequeLink Setup\Setup.exe"
arguments='!TargetDir="#cfusionHome#" !DoDNS=true'></cfexecute>
<cfregistry    action="set"    branch
="HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\Install Data\ColdFusion MX"
 entry="SqlLink"    type="String"
value="#cfusionHome#\db\slserver54">
<cfcatch type="Any">
<cfoutput>
<font color="red">Error Occurred:</font>
#cfcatch.message#<br>#cfcatch.detail#<p>
</cfoutput>
</cfcatch>
</cftry>

Is there a way I can manually run the setup in a command line to get the
same results?

Double clicking on setup.exe yields an Install Shield that never goes away

Thanks in advance


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348672
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to