[SOLVED] Delete an application
Published: August 22, 2018 - 4:58 PM
Hello,
I need to remove an application that wasn't deployed via WAPT.
The package has been created:
Inside, I have two functions:
- the first, `def install`, which is empty and does nothing.
- the second, `def uninstall`, to remove it.
When I run `execute` in PyScripter on the `uninstall` function, the software is removed.
In the WAPT console, I'd like to add the uninstallation package to a group. That way, as soon as I add a computer to the group, the software is removed from that computer.
I admit I don't know how to do this. I even tried putting it in the banned packages section, but that didn't work.
Has anyone managed to do this before?
Thanks in advance,
Best regards,
Gorenda
I need to remove an application that wasn't deployed via WAPT.
The package has been created:
Inside, I have two functions:
- the first, `def install`, which is empty and does nothing.
- the second, `def uninstall`, to remove it.
When I run `execute` in PyScripter on the `uninstall` function, the software is removed.
In the WAPT console, I'd like to add the uninstallation package to a group. That way, as soon as I add a computer to the group, the software is removed from that computer.
I admit I don't know how to do this. I even tried putting it in the banned packages section, but that didn't work.
Has anyone managed to do this before?
Thanks in advance,
Best regards,
Gorenda