Hi Pete,
For now your single option is to make a custom action in which you should check the MDAC version. In the future, we intend to add features to help you solving your problem much easier.
Yes but HOW do I do that?
I need to check for the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataAccess
and check the value of FullInstallVer (i.e. FullInstallVer >= "2.50.000")
Can this be done inside AvancedInstaller or do I have create an external file?
Hi Pete,
You have to create an external file and schedule it as a custom action. For now you can not check registry values inside Advanced Installer.
Regards,
Amalia
You have to add MDAC as a Prerequisite for your install package. In the Prerequisites tab from the Media page, select New. Then:
1. Set the Search Type Criteria to "Registry Value" and in the Registry Value field enter "HKLM\SOFTWARE\Microsoft\DataAccess\FullInstallVer" (without quotes).