Good morning, I'm having some trouble including HFSQL files to the setup of my application, if I leave it under the ExeDirOrCommonDir, which is the default path that windevs gives when adding the files to the setup, it won't be able to create de directory, if I change de path to the SetupDir, it will install the files correctly but when running the software it will tryt o access the file in a completeley different directory under C:/ProgramData/User/CompanyName/SoftwareName instead of where the software was installed, in my analysis I defined that the directory of the file would be the application directory I don't know if it has something to do with it. Anyone knows the right way to include these files to my setup?
↧