Hello,
Thanks for your reply. Unfortunately I am on version 7.7 so can't use the first suggestion. Is it possible to do a custom action based on a property not being true? I have properties associated with the Access Database Engine being installed - either 32-bit or 64-bit. My logic would be:
If 32-bit OS then install 32-bit (i.e., run the Access Database Engine installation .exe)
If 64-bit and 32-bit Office installed, install 32-bit
If 64-bit and 64-bit Office installed, install 64-bit
In order to achieve this you can add searches on our
"Search" page which will look for installed Office version on target machine. Then, you can use the related searches to condition the DLLs components installation, from
"Organization" page.
If 64-bit and Office is not installed -- ask.
For this you should follow the "How do I show a custom feature selection dialog?" article steps specific to Advanced Installer 7.7. Open Advanced Installer 7.7 and press F1. Then, in the Advanced Installer Help go to: Tutorials, How To's, Q&A -> How To's -> User Interface -> Show a custom feature selection dialog
Does the installer do sequential prerequisite checking and only check 64-bit prerequisites when the OS is 64-bit?
If you want to run a prerequisite package only on 64-bit OSs, then you can configure its "Supported Windows Versions" from
"Prerequisite Install Conditions Tab".
All the best,
Daniel