// Then it is possible to calculate the size of the installed product, to show a warning
// and to set the repeatDialog value to true
ModuleCtrl.setHiddenModuleSettingsInstall(packageData);
// Dumper.dumpInstallPackages(packageData);
if ( data.logModuleStates() ) {
Dumper.logModuleStates(packageData, "ChooseInstallationType: After setHiddenModuleSettingsInstall");
}
// Collecting packages to install
Vector installPackages = new Vector();