Results 1 to 3 of 3

Thread: How to Uninstall an app using it's AppID?

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    How to Uninstall an app using it's AppID?

    Say I have an app installed on my pc, with an install AppID of "Fish".

    How would I remove the app, like you would if you went control panel, add/remove programs, using VB code?

    Woka

  2. #2
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492

    Re: How to Uninstall an app using it's AppID?

    Originally posted by Wokawidget
    Say I have an app installed on my pc, with an install AppID of "Fish".

    How would I remove the app, like you would if you went control panel, add/remove programs, using VB code?

    Woka
    You make life so difficult.
    Why not use INNO? Your vb code would have to trace all references to the application

  3. #3

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    This is BECAUSE of inno that I have to do this.
    Visual Studio Installer used an App UID (ID, Key, Uninstall Key) Of Badger. Now I set the AppID in inno to Badger, but it actually stores it as badger_is1 and thus DOESN'T remove the older version.
    I need to be able to remove this previous version easily, and thus thought of writing a small app that inno launches.

    Woka

Posting Permissions

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



Click Here to Expand Forum to Full Width