(My ultimate goal is to verify if a specific database OCDB driver is installed before I run an Autolisp coded connection to a database)
I would like to know : How can i check if a driver is installed on a Windows 10 x64 computer, using AutoLISP on BricsCAD (or else AutoCAD)?
Also, may i have your commentaraies on the possibility of programatically installing the driver using autolisp? I guess, there are some wrappers available or in the worst case, i can simply launch the manual installation using (startapp "Explorer" "...installer-winx64.msi")
.
Thanks,