Okay, hopefully this is a simple one.
System Search: Look for MSACCESS.exe in appropriate folder and store in value "OLDACCESS97"
In Install Conditions: I want to know if it IS located.
So, if it finds the EXE I'm assuming it assigns a "TRUE" or "1" value to my variable.
But what it appears to be doing is: if it DOESN'T find the EXE, it executes my install condition.
So I need the opposite. Should the Condition be "NOT OLDACCESS97" ?