Deploying a VB.Net app with an Access Database

A

Andrew

Hi,

I currently do all my development using Access 2002 but want to move on to
VB provided I can produce a deployment CD which will include the VB front
end, Access database, .Net framework and Jet 4 database engine. Can you
confirm if VB.net 2003 is able to produce such a deployment project and
where I should look for more info?

I've looked at the MS support info on the net but I'm still confused as
there doesn't appear to be
a single file I can include with my deployment that will install the MDAC2.7
on the end users system. Am I correct in thinking I may need to do a number
of checks to see which, if any version of the MDAC is currently installed,
and then advise the user to install a number of updates? Can I totally
automate the installation of these files?



Thanks

Andrew
 
H

Harold Ommert[MS]

Hi,

You will generally use the Windows Installer to deploy a VB.NET
application. However, the .NET Framework needs to be installed prior to
executing the Windows Installer package(.msi file). The following article
and MSDN link have some very good information regarding this.


324733 HOW TO: Distribute the .NET Framework with a Visual Studio .NET
http://support.microsoft.com/?id=324733

Using Visual Studio .NET to Redistribute the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/vsredistdeploy.asp

Hope this information is helpful.

Harold Ommert
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.


Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top