HJB
06-03-2009, 10:53 AM
Hi,
i've created a setup with 17 packages and added a 'Select Packages' screen to the Uninstall section. When running the Uninstall the previously installed packages are identified succesfully and are checked in the 'Select Packages' dialog correctly. But when continouing the Uninstall, it doesn't remove the selected packages only, instaed it uninstalls ALL packages. I've checked the states of single packages with 'SetupData.GetPackageProperties("PackageXX").Install' and it's 'true' for selected and 'false' for unselected packages. Any idea what's going wrong here? Thanks for any hint on this...
i've created a setup with 17 packages and added a 'Select Packages' screen to the Uninstall section. When running the Uninstall the previously installed packages are identified succesfully and are checked in the 'Select Packages' dialog correctly. But when continouing the Uninstall, it doesn't remove the selected packages only, instaed it uninstalls ALL packages. I've checked the states of single packages with 'SetupData.GetPackageProperties("PackageXX").Install' and it's 'true' for selected and 'false' for unselected packages. Any idea what's going wrong here? Thanks for any hint on this...