Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    15

    Grin Problems with Packages...

    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").Insta ll' and it's 'true' for selected and 'false' for unselected packages. Any idea what's going wrong here? Thanks for any hint on this...

  2. #2
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    This has been discussed, and I believe, even is a request-for-change with IR. (I do not have a reference # for it, just going off memory)

    While you can add that screen, and it appears to work; indeed, the uninstall goes thru the xml file and removes all files.

    You may be able to edit the xml file at runtime to remove files you don't want to delete (ie: they belong to a package that has been de-selected)

    A common way around it is to create "mini installers" for each package, and then call each package uninstaller that you need to uninstall.

    Another way is to use zip files -- zip up the package files you DO NOT want to remove, then post uninstall, unzip them back into place.


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  3. #3
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    15
    Quote Originally Posted by jassing View Post
    This has been discussed[...]
    Thanks for suggestions, will see what i can do...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts