The BDE MSI installer package will not run it just locks up. This is a known issue. I have managed to get the BDE on the server by extracting the install from the DLL.
The BDE folder (located inside "\Program Files\Common Files\Borland Shared") on your computer should contain the file BDEINST.CAB that you should unpack (using WinZip or equivalent). You will then get the file BDEINST.DLL that contains all the files necessary to install the file-based database drivers on a users system (these include the textdriver, Paradox, dBase and MS Access). The only thing you need to do now is to copy the DLL to the users machine and register it by either calling regsvr32.exe with BDEINST.DLL as an argument. If the user doesn't have regsvr32.exe on his machine, you can include it in the installation as a temporary file, run it to register the DLL and then deleting it. However, when I run this DLL from my installer I still get an error message Jason Richards DDI 01933 429 800 FAX 08707 623843 www.healingbreeze.net www.healingbreeze.biz http://www.astarodirect.co.uk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: 05 August 2009 13:00 To: [email protected] Subject: Delphi-DB Digest, Vol 69, Issue 2 Send Delphi-DB mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-db or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Delphi-DB digest..." Today's Topics: 1. Re: BDE on Server 2003 (Guillaume ROQUES) ---------------------------------------------------------------------- Message: 1 Date: Tue, 04 Aug 2009 10:14:48 +0200 From: Guillaume ROQUES <[email protected]> Subject: Re: BDE on Server 2003 To: "ROQUES Guillaume (Canyon)" <[email protected]>, Moderated discussion list about database programming with Borland's Delphi <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Jason Richards a ?crit : > Can anyone help with how to get the BDE working on Server 2003? 32 bit. > > > > We are using Delphi 2006. > > > > Thanks > > > > Jason Richards > > DDI 01933 429 800 > > FAX 08707 623843 > > www.healingbreeze.net <http://www.healingbreeze.net/> > > www.healingbreeze.biz > > http://www.astarodirect.co.uk <http://www.astarodirect.co.uk/> > > > > _______________________________________________ > Delphi-DB mailing list > [email protected] > http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-db > > Hi, What's exactly your problem with deploying BDE on Server 2003 ? Guillaume ROQUES ------------------------------------------------------------ * CANYON Technologies * 99 Bis Rue de la r?publique 13400 AUBAGNE T?l : 04.42.18.64.20 - Fax : 04.42.18.64.21 http://www.canyon.fr/ ------------------------------ _______________________________________________ Delphi-DB mailing list [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-db End of Delphi-DB Digest, Vol 69, Issue 2 **************************************** _______________________________________________ Delphi-DB mailing list [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-db
