MS Runtime required for app to run, how can I include with setup?
Posted
by JPJedi
on Stack Overflow
See other posts from Stack Overflow
or by JPJedi
Published on 2010-04-07T17:00:33Z
Indexed on
2010/04/07
17:03 UTC
Read the original article
Hit count: 316
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
© Stack Overflow or respective owner