Qt Installer Framework Uninstaller

Is there a script or example Qt installation framework for "Un-installer"? I want to delete some folders using the maintenance tool.

+5
source share
1 answer

According to the official documentation for the Qt installation framework, the β€œdelete” part is simply built-in. Running the maintenance tool after installation will provide the end user with the ability to remove components or the entire package.

So, for each component that you previously specified in your configuration, it will automatically appear as something that you can remove.

Here is a screenshot from the documentation for reference:

enter image description here

+1
source

All Articles