473,385 Members | 1,329 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Setup and Deployment and Microsoft Jet OLE DB Provider

In VS 2005 I made a setup project for my application.
The application uses a mdb file and needs Microsoft Jet OLE DB Provider to
run on another PCs.
In Prerequisites section of Setup Property Pages there are some checkboxes
including
Microsoft Data Access Component 2.8.
But in microsoft site they say:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider or ODBC driver, the Desktop Database ODBC Drivers, or the Visual
FoxPro ODBC Driver.
http://www.microsoft.com/downloads/d...DisplayLang=en

What I've to do with this mdb and setup project?!

Thanks

--
Saber S.
http://maghalat.com

Jan 5 '06 #1
4 2569
Hi,

http://support.microsoft.com/default...b;en-us;892854

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU*************@TK2MSFTNGP09.phx.gbl...
In VS 2005 I made a setup project for my application.
The application uses a mdb file and needs Microsoft Jet OLE DB Provider to
run on another PCs.
In Prerequisites section of Setup Property Pages there are some checkboxes
including
Microsoft Data Access Component 2.8.
But in microsoft site they say:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider or ODBC driver, the Desktop Database ODBC Drivers, or the Visual
FoxPro ODBC Driver.
http://www.microsoft.com/downloads/d...DisplayLang=en

What I've to do with this mdb and setup project?!

Thanks

--
Saber S.
http://maghalat.com

Jan 5 '06 #2
Thanks Ken,
Would you please explain more?
In this url there is a link to MDAC download page.
But it says:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider...

And in a VS Setup and Deployment project there is just a MDAC 2.8 checkbox
to
check before installation.

Database stuff alwas fuddles me!!

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
Hi,

http://support.microsoft.com/default...b;en-us;892854

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU*************@TK2MSFTNGP09.phx.gbl...
In VS 2005 I made a setup project for my application.
The application uses a mdb file and needs Microsoft Jet OLE DB Provider
to
run on another PCs.
In Prerequisites section of Setup Property Pages there are some
checkboxes
including
Microsoft Data Access Component 2.8.
But in microsoft site they say:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider or ODBC driver, the Desktop Database ODBC Drivers, or the Visual
FoxPro ODBC Driver.
http://www.microsoft.com/downloads/d...DisplayLang=en

What I've to do with this mdb and setup project?!

Thanks

--
Saber S.
http://maghalat.com


Jan 5 '06 #3
Hi,

Jet and mdac will be sent out through windows update from now
on.

Ken
----------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Thanks Ken,
Would you please explain more?
In this url there is a link to MDAC download page.
But it says:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider...

And in a VS Setup and Deployment project there is just a MDAC 2.8 checkbox
to
check before installation.

Database stuff alwas fuddles me!!

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
Hi,

http://support.microsoft.com/default...b;en-us;892854

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU*************@TK2MSFTNGP09.phx.gbl...
In VS 2005 I made a setup project for my application.
The application uses a mdb file and needs Microsoft Jet OLE DB Provider
to
run on another PCs.
In Prerequisites section of Setup Property Pages there are some
checkboxes
including
Microsoft Data Access Component 2.8.
But in microsoft site they say:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider or ODBC driver, the Desktop Database ODBC Drivers, or the
Visual
FoxPro ODBC Driver.
http://www.microsoft.com/downloads/d...DisplayLang=en

What I've to do with this mdb and setup project?!

Thanks

--
Saber S.
http://maghalat.com



Jan 5 '06 #4
But many of users who want to run my application are not connected to
internet,
and their windows are not updated.
I'm looking for a way to check if there is Jet ,MDAC and dotnetframework
installed on user's computer,
and if not, they automatily will be installed by the cdrom that my
application is in it.

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uf***************@TK2MSFTNGP09.phx.gbl...
Hi,

Jet and mdac will be sent out through windows update from now
on.

Ken
----------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Thanks Ken,
Would you please explain more?
In this url there is a link to MDAC download page.
But it says:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider...

And in a VS Setup and Deployment project there is just a MDAC 2.8
checkbox to
check before installation.

Database stuff alwas fuddles me!!

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
Hi,

http://support.microsoft.com/default...b;en-us;892854

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU*************@TK2MSFTNGP09.phx.gbl...
In VS 2005 I made a setup project for my application.
The application uses a mdb file and needs Microsoft Jet OLE DB Provider
to
run on another PCs.
In Prerequisites section of Setup Property Pages there are some
checkboxes
including
Microsoft Data Access Component 2.8.
But in microsoft site they say:
This release does not include Microsoft Jet, the Microsoft Jet OLE DB
Provider or ODBC driver, the Desktop Database ODBC Drivers, or the
Visual
FoxPro ODBC Driver.
http://www.microsoft.com/downloads/d...DisplayLang=en

What I've to do with this mdb and setup project?!

Thanks

--
Saber S.
http://maghalat.com





Jan 5 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Darwin Fisk | last post by:
I have an app that is deployed that uses .config file settings. I have an update of that app that I am installing using a setup and deployment project. The basic setup process works fine. Now I...
5
by: Sue | last post by:
How do I launch an executable at the end of an installation created by Microsoft Visual Studio setup and deployment project?
1
by: ThunderMusic | last post by:
Hi, I want to know if there is a place to learn about Setup Projects, because I'm trying to make one but can't do the things I want to do, like add a registry key or allow the user to...
2
by: Aurimas Norkevicius | last post by:
I have two web projects and a class library in the same solution. Both web projects uses class library dll. How to create a web setup project to install class library into client computers gac and...
2
by: meh | last post by:
Where can I find more info on setting up an installation. For example I have created my setup routines and the default stuff is working fine. but..... I need to give the user some options of what...
4
by: max | last post by:
How do I install or make sure I have the correct Provider for OleDbDataReader. On my development machine (XP Pro, SP2, VS.net 2k3) everything works and I have the 'VFPOLEDB.1' provider available....
7
by: Bob | last post by:
I want my aps to the insalled as was the old way under c:\Program files\Myapp or give the user the choice as before of installing the app in another folder location. That again no longer seems...
4
by: Dean Craig | last post by:
I'm getting ready to build my first ASP.NET/SQL Server website that will be hosted on some web host out there (long distance, different network). The work I've done in the past (pre-.NET) was all...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.