Qt 6.11 is out! See what's new in the release
blog
Qt Installer How to removeall without removing the <TargetDir> and the launcher
-
I use an Installer not the maintenancetool.
When an installation is already done. I use setPackageManager() to be able to removeAll.
But when I removeAll then the installer in packageManager is deleted at the end. I would like to deactivate the deleting of the launcher at the end of the removeAll.
Thanks.function Controller(){
....if (installer.fileExists(path + "/components.xml")) { installer.setPackageManager(); }....
}