The issue still happens to us with 4.3.5. Looking at InstallPanel source, the test (noOfPacks == 1) in the constructor is always false, since noOfPacks is initialized to 0, and it changes to the actual value only in startAction method. So setIndeterminate(true) should probably be placed in startAction method.
Yardena
added a comment - The issue still happens to us with 4.3.5. Looking at InstallPanel source, the test (noOfPacks == 1) in the constructor is always false, since noOfPacks is initialized to 0, and it changes to the actual value only in startAction method. So setIndeterminate(true) should probably be placed in startAction method.
Tim Anderson
added a comment - The change has been applied for 4.3.6.
The corresponding fix for 5.0 is available at: https://github.com/izpack/izpack/pull/17
Fixed.