MS Runtime required for app to run, how can I include with setup?
- by JPJedi
My application requires access to be installed on the computer or at least the MS Access runtime. Is their a way to include that with the application to check for that component/resource or install it if it isn't?
Or would it just be easier to include a link to tell the user where to get the runtime if the error happens?
I am using Visual Studio 2008 and the windows form app is written in VB.net. I am currently using click once for the deployment.
Thanks