Results 1 to 6 of 6

Thread: Uninstall

  1. #1

    Default Uninstall

    [Wednesday, April 13, 2005 4:33 PM]

    Friedrich,
    This is probably a feature request as I can not find any way to
    accomplish what I want....

    I know SB5 creates a standard uninstall. I would like some additional
    control of the uninstall process (maybe scripting?)

    When my user goes to uninstall my product the standard uninstall will remove
    the programs and files that were in the original install process (which is
    normal behavior). I would like to present my user with the option of doing a
    standard uninstall or a "complete" uninstall. The complete option would
    remove any addtional files, the folder structure where the progeram resided,
    ini files, registry settings, etc. that may have been created after original
    install.

    Does this make sense?

    Thank you for your time,

    Michael Melby

  2. #2

    Default Re: Uninstall

    [Wednesday, April 13, 2005 6:13 PM]

    Michael,

    A scriptable uninstaller is supported in SetupBuilder 5 Developer Edition
    (not in the documentation at the moment).

    1. Create a new Uninstall Include Script (File|New)
    2. Add the include script to your main script. For example:

    [ Initialize Setup ]
    ! --- Define commonly used constants ---
    #include script "Common Definitions.sbi"
    #include script "SB5 Uninstall.sbi"

    3. Add your functions and scripting logic.

    Does this help?

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

  3. #3

    Default Re: Uninstall

    [Thursday, April 14, 2005 3:05 PM]

    Very cool, I will try it today.

    Thank you !!

  4. #4

    Default Re: Uninstall

    [Thursday, April 14, 2005 4:14 PM]

    BTW, please see "Uninstall Script Demo.sb5" loceted in the \Examples folder.

    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

  5. #5

    Default Re: Uninstall

    [Friday, April 15, 2005 3:41 AM]

    Hi Michael,

    Remember, if Friedrich's functions can't perform the total cleanup
    that you need, you can still call DLLs or run EXEs from within the
    Uninstall script. I do the latter because there are always files that
    I won't know about.

    Let me know if you have any problems.

    Best Regards,
    Geoff Spillane
    Data Down Under

  6. #6

    Default Re: Uninstall

    [Friday, April 15, 2005 4:58 PM]

    Thank you

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Uninstall logs revisited
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 10-24-2005, 05:39 AM
  2. WebUpdate Uninstall questions
    By linder in forum SetupBuilder - NNTP
    Replies: 3
    Last Post: 10-12-2005, 03:11 AM
  3. Uninstall Everything! Possible?
    By Doug I in forum SetupBuilder
    Replies: 5
    Last Post: 07-28-2005, 12:44 AM
  4. Uninstall name
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 02-24-2005, 10:06 AM
  5. Uninstall behaviour (using sb5)
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 02-05-2005, 09:31 AM

Posting Permissions

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