Hi All!
What is the situation when I want to install a file for different setup types, what types are selected from a list box. So I want to use copy also when option1 or option2 or option3 selected. This is what I have in the value window:
%Variable% = Option1
%Variable% = Option2
%Variable% = Option3
As I see it is only watching the 1st expression.
How to put OR between them?
If I make an install like this the setup simply skips the files with more than one expression in the condition value window.
Please help if someone knows about this
Thank you in advance
Steve
What is the situation when I want to install a file for different setup types, what types are selected from a list box. So I want to use copy also when option1 or option2 or option3 selected. This is what I have in the value window:
%Variable% = Option1
%Variable% = Option2
%Variable% = Option3
As I see it is only watching the 1st expression.
How to put OR between them?
If I make an install like this the setup simply skips the files with more than one expression in the condition value window.
Please help if someone knows about this
Thank you in advance
Steve
Comment