Is it possible to have a dependency for just one of several packages to be installed.
I have a program which requires adobe reader.
Right now we have adobe reader 9, 10, and 11 packaged - it doenst matter which of the three is installed for the other program to work.
what i want is something like this:
Code: Alles auswählen
[ProductProperty]
action: install
requiredProduct: reader9 or reader10 or reader11
requiredStatus: installed
requirementType: before