PDA

Click to See Complete Forum and Search --> : Distributing mdac with InstallShield


Mark Sreeves
Apr 17th, 2000, 07:39 PM
I intend to use InstallShield Express as the intallation program
Has anyone else included mdac?


I presume that I just include mdac_typ.exe and invoke it to install from the setup program.

Is it possible to run mdac_typ.exe without the dialog boxes etc?

apn_raja
Apr 25th, 2000, 09:51 PM
Yes I have used Install Shield Scripts to install MDAC in my project.

You just have to include mdactype.exe in the Install shiels script (*.ipr) package and just invoke the exe.

When doing this we have no control over the installation of the MDAC as MDAC installation will take control from the time the exe is triggered by the Install scripts. So I beleive there is no way that we can control / customise the MDAC installation.

Hope this answers ur question !!