I want to populate TARGETDIR based on the version of an Application that is already installed.
What I tried was adding multiple RegKey Launch Conditions, each checking the different RegKey the different versions of the App have used over the years but ALL setting TARGETDIR.
The idea is that if any matched it would set TARGETDIR - but that approach does not seem to work..
What is the best way of setting TARGETDIR when it can set on the basis of multiple RegKey entries?
I'm using VS2010 with an installer project.