If filling two properties with the appsearch table and that is all fine if I look into the msi log file. Depending on the availability of the file the property is there or not.
But when I try the following launchCondition:
Not VBFOUND AND OLDPRODUCTINSTALLED
it will not work

I tried creating the properties in the propertytable with the value NULL and then tried the following condition:
VBFOUND="NULL" AND OLDPRODUCTINSTALLED<>"NULL"
I can not get this two work. If I try both properties separately it will work fine....
I am using isdev 7.0.4
Any ideas on how to get this working!!!
Thank, Raoul