473,587 Members | 2,487 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2578
Hi,

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

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU******** *****@TK2MSFTNG P09.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***@bellsout h.net> wrote in message
news:%2******** *******@TK2MSFT NGP09.phx.gbl.. .
Hi,

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

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU******** *****@TK2MSFTNG P09.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******** ********@TK2MSF TNGP12.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***@bellsout h.net> wrote in message
news:%2******** *******@TK2MSFT NGP09.phx.gbl.. .
Hi,

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

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU******** *****@TK2MSFTNG P09.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***@bellsout h.net> wrote in message
news:uf******** *******@TK2MSFT NGP09.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******** ********@TK2MSF TNGP12.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***@bellsout h.net> wrote in message
news:%2******** *******@TK2MSFT NGP09.phx.gbl.. .
Hi,

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

Ken
---------------
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uU******** *****@TK2MSFTNG P09.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
4139
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 want to get a little fancier. I need to have the setup process check for the existence of the .NET Framework and install it if it is not present. How do I do this? To carry this even a step further, how do I detect the VERSION of .NET...
5
2177
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
1814
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 select/unselect optional parts. Can somebody help please or supply a link to a place where I could find the ansers or just learn how to make these projects? Thanks
2
2742
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 those two projects to use that copy of dll from gac. Thank you, Aurimas
2
1610
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 he can install. I have not found anything resembling that in the default setup wizard. TIA meh
4
1089
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. How do I a) make sure this provider is provided and installed in my setup package or b) get the correct provider on the machine that the app is installed?? Thanks, -- Max
7
1691
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 to be the default way things are done when you publish an app in Vs2005, Microsoft has again <GGGG> seen in their infinite wisdom that they needed to build a better mousetrap for us. Now they install app somewhere in the mydocuments folder...
4
1731
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 done on in-house servers. Since this website/web-app will be hosted elsewhere, I wanted to ask some questions to make sure that I'm doing things correctly. We have a SQL 2000 db hosted on a server here. I need to build a website (hosted...
6
4058
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 an issue, what else is available?
0
8216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7974
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5719
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5395
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3882
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2364
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1192
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.