Where can I find binarycreator in QT sdk for creating Qt Installer
linux, macos, qt, qt-installer
Solution
You can either build the Qt Installer Framework yourself following instructions from here, or download pre-built binaries for it from the official releases page, as specified in this wiki page.
Once installed or built, `binarycreator` is found in the 'bin' directory, e.g. `E:\QtIFW2.0.1\bin`.
Problem
I am creating `Qt Installer` for some QT application, When I gone through the Qt Installer Framework Manual at some point I found to rum `binarycreator` please see the image , but I am unable to find that binary file in `Qt SDK`, Please can any one help for this.