Is it possible to read an access database while running an installer built with WIX? I see that there is the SqlExtension and the UtilExtension parts, but all of the examples seem to think it's a SQL database. I would like to read records from a table during the installation and, for each record, prompt the installer for data. I am assuming that I can perform a file search to locate the location of the MDB, and I will know the password required to access the table being read.
I haven't used a lot of WIX, so any help to work this out would be greatly appreciated.