Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Amount of file's size of a component

Status
Not open for further replies.

feliciano

Programmer
Nov 21, 2003
10
0
0
ES
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.m assuming that this is a Launch Condition written in VB encapsulated in a .msi install package...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top