Cancel Qt Installer
Unsolved
Qt Creator and other tools
-
I'm building an installer for my application with Qt Installer Framework.
Now I want to cancel the installer in the controller script within the TargetDirectoryPageCallback function for a certain condition and move to the finish page without doing anything in the background.
But I can't find a way to prevent the installer from copying the uninstaller to target dir, writing Windows registry entries and copying components data.The only way I found is to click the cancel button by code. But then the installer gets directly closed without being able to show the finish page.
Thanks in advance!