Inno Setup Bde Install Windows

I had this problem installing a Delphi 4 Pro application that uses the Borland BDE, as well as installing Delphi itself. It hung up and become unresponsive. I double-clicked on it to abort. I had to uncheck the BDE with a custom install to complete the D4 installation.
I found a download of an upgraded BDE install: I used it in my install script and it seemed to work. But I don't know for sure. BDE was apparently already on my Win10 machine from a previous install.
There is a folder on your dBASE Plus CD called 'Inno' -- in this folder you will find a.EXE file, which is the current Inno Setup install image (when run this will install the version current at the time we created the dBASE CD) and a sample template file (template.iss) which can be used to create your own setups.
Perhaps some of the updates made the old version incompatible? Sw 2010 crack serial numbers. The BDE64.rar file is no longer in the dropbox listed above by Fabio M.
I appologize for using this newsgroup, but thirdparties group is just filled with commercials. Question: Is it possible to let InnoSetup take care of the task with installing the Firebird database tool before installing my program? If so, please show me an example of coding this in InnoSetup. Thanks in advance. Kai Inge Hello, yes. Search for the command line params of the Firebird installer, which happens to be Inno Setup based.
You can then call that one within your setup passing parameters for the silent install. There's one issue though: the Firebird installer sometimes likes the user to reboot the PC (it detects this automatically and afaik it's because of some MSC++ runtime but I never had any issues when not rebooting the PC but just using Firebird from the same session) Greetings Markus.