Uninstalling "non-WAPT" software
Published: September 15, 2023 - 6:20 PM
Hello,
is it possible to uninstall software from a PC that wasn't installed via WAPT? (Since already installed software isn't listed in the machine's packages).
I managed to do it by creating an uninstallation package (overriding the `install()` function in `setup.py` with a `run()` call from the uninstallation executable), but I'm wondering if there's a cleaner way, one that WAPT supports.
Thanks in advance for your help.
is it possible to uninstall software from a PC that wasn't installed via WAPT? (Since already installed software isn't listed in the machine's packages).
I managed to do it by creating an uninstallation package (overriding the `install()` function in `setup.py` with a `run()` call from the uninstallation executable), but I'm wondering if there's a cleaner way, one that WAPT supports.
Thanks in advance for your help.