PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD22] Including HFSQL Classic Files in Setup
[WD22] Including HFSQL Classic Files in Setup
Iniciado por guest, 01,feb. 2018 17:26 - No hay respuesta
Publicado el 01,febrero 2018 - 17:26
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?