Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find binarycreator in QT sdk for creating Qt Installer

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 below image , but I am unable to find that binary file in Qt SDK, Please can any one help for this.

like image 414
Sharanabasu Angadi Avatar asked Nov 06 '12 06:11

Sharanabasu Angadi


2 Answers

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.

like image 110
Aralox Avatar answered Oct 13 '22 22:10

Aralox


My guess is that <location-of-ifw> means the Location of the Installer Framework, so that binary file must be part of the Installer Framework rather than the Qt SDK

like image 26
Tim Meyer Avatar answered Oct 14 '22 00:10

Tim Meyer