Hello and thank you for reading/helping :).
I have an application that was created with VB6 using MS Access 2003 with DAO 3.6.
Upgrading the Access database to 2010 has been accomplished and I am using the ACE OFFICE 14.0 DAO Library object MSACC.OLB. I have everything working in my dev environment.
My question is what files do I need to place in an installer to make the connection work on a machine that does not have Office 2007/2010 installed?
I have used the AccessDatabaseEngine.exe located here : http://www.microsoft.com/download/en/details.aspx?id=13255 which does work and my app works great and functions, but installing this exe during an installation is not my ideal process.
I would like to be able to just pull the files that are required for the connection to work and drop them in place then register them (assuming it is that easy) during an install of my app.
I have searched google/forums for hours, I even logged all the files used by the exe and tried dropping them in place one by one and manually registering them but my app does not work so far.
any help is appreciated