I've created a bootstrapper application for my WIX installer. One of the installers that I am bundling needs to have an install condition based on the version of a file that is allready installed. I don't have access to the source of the installer in question, so I can't put the condition in that installer.
I have found in the documentation how to create a file version based condition inside of an MSI. ()
My question is how do I use a similar condition directly in an bootstrapper project.