We are currently developing functionality that makes use of the Microsoft.ACE.OLEDB.12.0 driver server-side to interface with MS-Excel files. While I know that the Microsoft Access Database Engine Redistributable is available, I believe that the security managers of the deployment environment will freak out a little bit about running a full setup.exe just for one app (of many) on the shared environment.
So, can we just bundle and reference these DLLs as a part of our build or are we stuck with a full blown deployment using the Microsoft .exe?