|
-
May 25th, 2004, 06:02 PM
#1
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
-
May 25th, 2004, 08:33 PM
#2
Banned
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
-
May 26th, 2004, 02:57 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|