Qt Installer Framework - Removing Maintenance Tool

I am using the Qt Installer Framework (2.0.3) to create the installer for my program. Everything works fine, and my program installs fine.

However, I would like to remove (or not install at all) the maintenance tool, which is enabled by default. I read the documentation and examples, and searched the Internet, but I could not find a solution to this problem. The closest I found is the "MaintenanceToolName" element in the configuration file. I also expected that you could not fully install the maintenance tool. It would also be great if I could delete the Licenses folder.

In short: is there a way to remove or prevent the installation of a maintenance tool (and its associated files)?

Thanks!

+5
source share
1 answer

No. I looked at the source code , and although there is a tempting m_needToWriteMaintenanceTool , there is no way to stop writing it.

0
source

All Articles