Archive: NSIS and BDE components


NSIS and BDE components
Hi everyone!
I have the following problem creating an installer:
my application uses the BDE (Borland Database Engine).
If I normally create the installer and I test it on my computer (with bde installed because I have Borland C++ Builder installed) the application works.
The problem arise if I install the application on a computer that hasn't BDE installed (for instance a simple pc without borland c builder installed).
Is there a way to make the installer automatically install the BDE components?
I thought simply to copy those files of BDE components in common files directory but i'm not sure it will work on a pc without borland c builder installed...any ideas ?
Thanks in advance


Search the Wiki for Borland and find:

http://nsis.sourceforge.net/Install_BDE


Thank you very much for the answer and congratulations!
It pefectly works!
Thanks again,
Best regards