Installer attempts to copyDirectory before the directory is installed QT IFW
Solved
Qt Creator and other tools
-
So I'm running into an issue where the installer hits an addElevatedOperation("CopyDirectory") and attempts to copy that directory but the installer hasn't unzipped and installed that directory. I've been browsing the API and haven't seen a way to make the installer wait before attempting that operation. Has anyone run into a similar scenario?