Adjusting Bootstrapper Sample to install MDAC

I have to make a silent install of an msi application using bootstrapper. Everything's fine so far; except for installing mdac. In netfx.log, I see that setup.exe checks the mdac version but does not install it although the version in the computer requires it be installed.

I have the bootstrapper sample source code downloaded fromhere As you may well be aware, it installs the .net frame work if needed, and then installs your msi setup. What I want is apparently a problem of many people: making this bootstrapper sample install mdac as well. I found a program, "wrapper" which installs mdac if needed, but it is also written to install an msi application. I'm so confused and going through a nervous breakdown. I'm so desperate that I've been sitting on this chair looking at the screen for hours without a blink. I tried to combine the mdac related parts of the source code of wrapper with bootstrapper's, but I couldn't make it. I need your help guys..

[1616 byte] By [mono_blaine] at [2007-12-23]