6

Is there any script or example of Qt installer framework for "Un-installer"? I want to remove some folders using the maintenance tool.

1 Answer 1

0

According to the official documentation for Qt installer framework, the "uninstall" part is simply built in. Running the maintenance tool after install will provide the end user with the option of removing components or the entire package.

So for each component you have previously specified in your configuration, it will automatically show up as something that you can un-install.

Here is the screenshot from the documentation for reference:

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

This is not the required answer. The solution was asked in script.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.