Hi,
I have a list box component for installing files if the user want them. But the number and kind of files to install depends on a variable. Example:
If COMPONENTX CONTAINS "A"
If VARIABLE EQUALS "X"
Install File FILE1
else
Install File FILE2
end
end
the problem is that at run time the list item A of the component X shows an amount of size of (size of FILE1 + size of FILE2). It seems that Wise doesn't care about the variable for calculating the amount of size. Is there a way to resolve this?
Thank you in advance for any answer
I have a list box component for installing files if the user want them. But the number and kind of files to install depends on a variable. Example:
If COMPONENTX CONTAINS "A"
If VARIABLE EQUALS "X"
Install File FILE1
else
Install File FILE2
end
end
the problem is that at run time the list item A of the component X shows an amount of size of (size of FILE1 + size of FILE2). It seems that Wise doesn't care about the variable for calculating the amount of size. Is there a way to resolve this?
Thank you in advance for any answer