I am trying to build a utility that will uninstall program A and install program B with 1 click. The program I am trying to uninstall doesn't have an uninstall.exe. Pretty much I am trying to automate the uninstallation by avoiding Add/Remove Programs.
To further clarify, Program A and B are not written by me.
Windows 7 is the OS.
Visual Basic Classic
Last Comment
triphen
8/22/2022 - Mon
Martin Liss
If you can find the exe via code, does Kill MyApp.exe delete it?
triphen
ASKER
I can delete it, however I need to uninstall it not just the delete the EXE
Martin Liss
Well if you know where all the system files are you can delete them which will have the same effect as uninstalling the app.
Hi
Maybe look at another system and see if you can find anything, you just need to get the reg key and put it in that string and you can delete all your systems