VB6 app using PDW Setup. Installs cleanly on XP, which has MDAC 2.8. Install on Vista yields the following two exceptions during Setup:

-- "The procedure entry point lstrcatl could not be located in the dynamic link library MSDART.DLL" (I clicked OK)
-- "Error registering MSADOX.DLL" (I clicked Ignore)

The app starts up okay on Vista and seems to run without problem. I've noticed the following:

-- The Version of MSDART.DLL on XP is 2.81.1117.0; on Vista it's 6.0.6000.16386
-- The Version of MSADOX.DLL is 2.81.1128 on both XP and Vista.

Any ideas? Thanks.