Home All Groups Group Topic Archive Search About

Setup and Deployment and Microsoft Jet OLE DB Provider

Author
5 Jan 2006 12:44 AM
Saber
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/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en

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

Thanks


Author
5 Jan 2006 1:13 AM
Ken Tucker [MVP]
Hi,

http://support.microsoft.com/default.aspx?scid=kb;en-us;892854

Ken
---------------
Show quoteHide quote
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:uUs14EZEGHA.524@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/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en
>
> What I've to do with this mdb and setup project?!
>
> Thanks
>
> --
> Saber S.
> http://maghalat.com
>
>
>
Author
5 Jan 2006 11:35 AM
Saber
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!!

Show quoteHide quote
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%23oEPTVZEGHA.268@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;892854
>
> Ken
> ---------------
> "Saber" <saber[.AT.]oxin.ir> wrote in message
> news:uUs14EZEGHA.524@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/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en
>>
>> What I've to do with this mdb and setup project?!
>>
>> Thanks
>>
>> --
>> Saber S.
>> http://maghalat.com
>>
>>
>>
>
>
Author
5 Jan 2006 12:03 PM
Ken Tucker [MVP]
Hi,

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

Ken
----------------
Show quoteHide quote
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:%238OA4weEGHA.2856@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:%23oEPTVZEGHA.268@TK2MSFTNGP09.phx.gbl...
>> Hi,
>>
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;892854
>>
>> Ken
>> ---------------
>> "Saber" <saber[.AT.]oxin.ir> wrote in message
>> news:uUs14EZEGHA.524@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/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en
>>>
>>> What I've to do with this mdb and setup project?!
>>>
>>> Thanks
>>>
>>> --
>>> Saber S.
>>> http://maghalat.com
>>>
>>>
>>>
>>
>>
>
>
Author
5 Jan 2006 2:19 PM
Saber
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.

Show quoteHide quote
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:ufmw%23$eEGHA.312@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:%238OA4weEGHA.2856@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:%23oEPTVZEGHA.268@TK2MSFTNGP09.phx.gbl...
>>> Hi,
>>>
>>> http://support.microsoft.com/default.aspx?scid=kb;en-us;892854
>>>
>>> Ken
>>> ---------------
>>> "Saber" <saber[.AT.]oxin.ir> wrote in message
>>> news:uUs14EZEGHA.524@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/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en
>>>>
>>>> What I've to do with this mdb and setup project?!
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Saber S.
>>>> http://maghalat.com
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>