views:

9

answers:

0

I'm developing an app that uses this as a database Provider. My connection string starts with "Provider=Microsoft.ACE.OLEDB.12.0;". I doubt the customer will have it installed so I can either tell him to download it (which I prefer to avoid) or make my installer download it for him. So I'm wondering if there is a way to make a ClickOnce installer that will do the job?

I use Visual Studio 2010 and my app is written in C#.