On 9/30/2025 5:23 PM, Rod Hamilton wrote: > Hi > I am new to dbase19. I have come from dbase plus2.8. I have created an application using dbase19 Project with runtime included. I use another deployment software – not Inno. Can anyone advise what other files do I need to include in my deployment program other than my .exe file? Also how do I ensure that my BDE settings are included?
Without knowing much about what software you're using:
You need the runtime installer, first (which can be downloaded from the
dBASE website:
Download that file, and copy it to a place on your computer you can find.
Your installer will need to run this code, to install the BDE and the
runtime library on your client's computer(s).
As to the BDE settings, that is something you will need to look at the
installer's manual/help/whatever comes with it to explain things. Most
decent installer software has a way to set up registry settings and
more, and unfortunately I can't tell you specifics for your software.