NewsArchive
01-29-2001, 01:00 AM
That's the problem with InstallShield msm's. If you want to install MDAC 2.6
using the MDAC 2.5 msm, then SOL and you have to do it the old long way.
"David Courage" <dcourage@alliancemfg.com> wrote in message
news:3a75c1bd@12.41.20.38...
> Robert, because mdac 2.6 does not include jet 4 I use the exe from
microsoft
> to install it.. Do a search in msdn for jet40sp3_comp.exe ..
>
> hope this helps DC
>
>
> "Robert Scarborough" <bob.scarborough@home.com> wrote in message
> news:3a68df54$1@12.41.20.38...
> > I'm trying to determine what is necessary to install a VB6 app which
> > requires Jet 4 when using ISWI 2.01.
> >
> > At first glance it would appear that all you need to do is include the
> > MDAC25 and DAO360 merge modules since MDAC25 contains the JET4 drivers.
> >
> > But what if the target machine doesn't have Jet4 installed but does have
> > MDAC26 installed? (MDAC26 doesn't include Jet drivers) In that case, I
> would
> > presume that the MDAC25 merge module would not run and thus the Jet4
> drivers
> > would not be installed.
> >
> > Am I right?
> >
> > That makes me believe that you would have to do a check to see if MDAC26
> is
> > installed. If it is NOT installed then the we are OK and the MDAC25
merge
> > module will ensure Jet4 is installed. If MDAC26 IS installed, then we'd
> have
> > to do a further check to see if Jet 4 is there and if not then launch
the
> > Jet40SP3_Comp.exe file from Microsoft to install Jet4.
> >
> > Am I right about all this? If not can anyone staighten me out?
> >
> > If I am right then how do you check for the existence of Jet4 and MDAC26
> on
> > the target machine?
> >
> >
> >
>
>
using the MDAC 2.5 msm, then SOL and you have to do it the old long way.
"David Courage" <dcourage@alliancemfg.com> wrote in message
news:3a75c1bd@12.41.20.38...
> Robert, because mdac 2.6 does not include jet 4 I use the exe from
microsoft
> to install it.. Do a search in msdn for jet40sp3_comp.exe ..
>
> hope this helps DC
>
>
> "Robert Scarborough" <bob.scarborough@home.com> wrote in message
> news:3a68df54$1@12.41.20.38...
> > I'm trying to determine what is necessary to install a VB6 app which
> > requires Jet 4 when using ISWI 2.01.
> >
> > At first glance it would appear that all you need to do is include the
> > MDAC25 and DAO360 merge modules since MDAC25 contains the JET4 drivers.
> >
> > But what if the target machine doesn't have Jet4 installed but does have
> > MDAC26 installed? (MDAC26 doesn't include Jet drivers) In that case, I
> would
> > presume that the MDAC25 merge module would not run and thus the Jet4
> drivers
> > would not be installed.
> >
> > Am I right?
> >
> > That makes me believe that you would have to do a check to see if MDAC26
> is
> > installed. If it is NOT installed then the we are OK and the MDAC25
merge
> > module will ensure Jet4 is installed. If MDAC26 IS installed, then we'd
> have
> > to do a further check to see if Jet 4 is there and if not then launch
the
> > Jet40SP3_Comp.exe file from Microsoft to install Jet4.
> >
> > Am I right about all this? If not can anyone staighten me out?
> >
> > If I am right then how do you check for the existence of Jet4 and MDAC26
> on
> > the target machine?
> >
> >
> >
>
>