> 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..
Which directory, exactly, doesn't exist on your production server? > 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 Sure. Navigate to the directory in question, then type 'setup.exe !TargetDir="your_cf_directory_goes_here" !DoDNS=true'. At least, that's what it looks like it should be to me. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:348673 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

