Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Posts
    2

    Silent uninstallation?

    Hi,

    I am trying to silently uninstall a product that has been installed using the Setup Factory 7.0 runtime. In registry I have found the uninstall string:

    Code:
    "C:\Windows\BPM\uninstall.exe" "/U:C:\Program Files\BPM\irunin.xml"
    If I invoke that command line I am presented with the uninstallation UI. However I'd like to cause a silent uninstall. Is there any way to do this?

    Thanks in advance for any suggestions.

    Yours,
    Duncan Bayne

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    You can try to run it in silent mode by using the /S command line option, like so:

    Code:
    "C:\Windows\BPM\uninstall.exe" "/U:C:\Program Files\BPM\irunin.xml" /S
    If the /S option doesn't work, it means that the author disabled the "Allow silent uninstall" option when they built that setup.
    --[[ Indigo Rose Software Developer ]]

  3. #3
    Join Date
    Sep 2007
    Posts
    2
    Quote Originally Posted by Lorne View Post
    If the /S option doesn't work, it means that the author disabled the "Allow silent uninstall" option when they built that setup.
    Thanks for the tip - and it looks like they did; /S makes no difference. I wonder why Setup Factory would even provide that option to people - under what circumstance would the option of silent uninstallation be a negative?

    Anyhow, it looks like the solution to this is to uninstall the thing programatically by writing a managed EXE that I'll invoke as a CA in my MSI.

    I don't suppose that Indigo Rose produce anything akin to MSIZap do they? Some kind of command-line tool for ripping out unwanted installations?

  4. #4
    Join Date
    May 2007
    Posts
    101
    Two things:
    1. I built a project with the silent uninstall enabled (but not default). When I try to uninstall from a .bat file with /S at the end, I still get the dialog.

    2. I have several apps out there that were created without the Silent Uninstall enabled (didn't think I'd need it). Now though, I'd like to programatically call the uninstallers, but I don't want an interface. Anyway for me to enable this after the fact?

    Thanks.

  5. #5
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    jlsf2,

    1) Not sure why yours does not work. I would need to see that line of text from your bat file to comment on this further.

    2) There is no default way to enable silent uninstall after it has been built if you selected to not allow silent uninstall.

    Adam Kapilik

  6. #6
    Join Date
    May 2007
    Posts
    101
    Ok, I'm going to just manually uninstall. THanks.

Similar Threads

  1. Silent / unattended install
    By tkroeckel in forum Setup Factory 7.0
    Replies: 6
    Last Post: 01-21-2009, 08:49 AM
  2. Configuring Checkboxes with a silent install ini file
    By jinjoid in forum Setup Factory 7.0
    Replies: 3
    Last Post: 08-17-2006, 10:10 AM
  3. Silent installation of Windows Scripting Host?
    By pww in forum Setup Factory 7.0
    Replies: 3
    Last Post: 03-24-2006, 04:54 PM
  4. Overwriting Silent Mode
    By Bishal in forum Setup Factory 6.0
    Replies: 2
    Last Post: 10-14-2003, 06:02 PM
  5. HOWTO: Create a Silent Install with Setup Factory 5.0
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-08-2002, 02:08 PM

Posting Permissions

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