[SOLVED] Uninstalling the xmind package
Published: February 1, 2018 - 2:35 PM
Hello,
I tested the tis-xmind package, replacing it with version 8U6 (but I think the problem is the same with the version included in the package):
When trying to uninstall the package, I noticed that the package was indeed removed from the list in the console, but the tool is still visible in the inventory.
I ran `wapt-get list-registry`.
The tool is listed correctly with an `uninstallstring="...\unins000.exe"`. There is no `/S` at the end of the string. Could the problem be related to this?
Is it possible to customize the uninstallation (in a `def uninstall():`) by retrieving the contents of the `uninstallstring`?
For example, by running the string and adding the missing `/S`?
Thank you in advance for your help.
I tested the tis-xmind package, replacing it with version 8U6 (but I think the problem is the same with the version included in the package):
When trying to uninstall the package, I noticed that the package was indeed removed from the list in the console, but the tool is still visible in the inventory.
I ran `wapt-get list-registry`.
The tool is listed correctly with an `uninstallstring="...\unins000.exe"`. There is no `/S` at the end of the string. Could the problem be related to this?
Is it possible to customize the uninstallation (in a `def uninstall():`) by retrieving the contents of the `uninstallstring`?
For example, by running the string and adding the missing `/S`?
Thank you in advance for your help.