Re: Application deployment with Jet Database 4.0
From: Stefan Krueger [MVP] (skrueger_at_newsgroups.nospam)
Date: 11/17/04
- Previous message: Stefan Krueger [MVP]: "Re: Setup Error"
- In reply to: Kev: "Re: Application deployment with Jet Database 4.0"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 20:25:29 +0100
Sorry, I misread your question.
Basically you would install Jet in the same way as MDAC: use a bootstrapper
exe that will launch the Jet setup before launching your msi. While you
could launch the Jet setup from your MSI as a custom action, I would prefer
the bootstrapper solution.
>From http://support.microsoft.com/default.aspx?scid=kb;EN-US;828396 :
Frequently asked questions about MDAC 2.8
My application must have Microsoft Jet, but Jet is no longer included in
MDAC. Where can I find Jet?
The Microsoft Jet components were removed from MDAC 2.6 and are not included
with MDAC 2.8.
-- Stefan Krueger Microsoft Windows Installer MVP Please post your questions in the newsgroup or vist one of these web sites: Windows Installer FAQ http://www.msifaq.com - http://www.msifaq.de InstallSite - Resources for Setup Developers http://www.installsite.org http://www.installsite.de (GERMAN) "Kev" <Kev@discussions.microsoft.com> schrieb im Newsbeitrag news:159FE4CE-992D-47B6-ACBE-B834D76AB668@microsoft.com... > With all due respect you have answered my question with my what I put in > my > question. > > The question was how do I install Jet Database? I read Microsoft's stuff > to > do with MDAC and .NET framework and came to the conclusion that Jet > Database > needed to be installed. > > As it transpires MDAC 2.8 DOES include Jet Database! I built a fresh XP > system and installed MDAC 2.8 and Jet Database 4.0 DLL's were installed in > the system32 directory when they previously wasn't there. MDAC component > checker doesn't report them installed but they are there. > > > "Stefan Krueger [MVP]" wrote: > >> In addition to the .NET redist and MDAC 2.8 your setup.exe launcher >> should >> also run the Jet redist package. Jet is no longer included with MDAC. >> >> -- >> Stefan Krueger >> Microsoft Windows Installer MVP >> >> Please post your questions in the newsgroup or vist one of these web >> sites: >> >> Windows Installer FAQ >> http://www.msifaq.com - http://www.msifaq.de >> >> InstallSite - Resources for Setup Developers >> http://www.installsite.org >> http://www.installsite.de (GERMAN) >> >> "Kev" <Kev@discussions.microsoft.com> schrieb im Newsbeitrag >> news:3EA77CDC-881A-4D0E-93E9-561100766C34@microsoft.com... >> >I have developed an application with C# and have created a setup project >> >that >> > will install .NET Framework and MDAC 2.8 if needed. However, my >> > application >> > uses Jet Database 4.0 to access the stored data. >> > >> > How can I tell setup to install Jet Database 4.0 if it is needed? I can >> > install it manually by installing the Jet Database 4.0 SP 8 but need >> > the >> > setup to install it aswell. >> > >> > Any help would be useful. >> >>
- Previous message: Stefan Krueger [MVP]: "Re: Setup Error"
- In reply to: Kev: "Re: Application deployment with Jet Database 4.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|