Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    1

    Cool Silent Uninstall using CLI

    Hi Everyone

    I'm trying to uninstall existing application (created by setup factory) when installing a new one, by using the following code:

    -- Uninstall previous version
    Shell.Execute("C:\\Uninstall.exe","open","/U:c:\\uninstall.xml /S");

    The uninstall appears but not in silent mode

    Any ideas?

    Thanks

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Is the option Uninstall > Settings > Allow silent uninstall enabled?

    Ulrich

Posting Permissions

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