I have made an application which I am distributing using an installer application (WiseInstaller). My vb application saves customer informations in a Access2000 DB (So I need DAO 3.6, and DAO 3.6 is included in MDAC 2.5, right?)

Here's what my installer do:
- Install MDAC 2.5 if required
- Install my vb application

I did this on Windows98 and it worked perfectly. Re-running my installer won't prompt me installing MDAC 2.5 a second time. Unfortunately it didn't worked that well on Windows95. The install goes normally but each time I will try re-installing my application, it'll prompt me for installing MDAC 2.5 again.

Any solution/comments? Thanks.