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.
Asked
Active
Viewed 3,743 times
8

MBach
- 1,647
- 16
- 30

Sharanabasu Angadi
- 4,304
- 8
- 43
- 67
2 Answers
6
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
.

Aralox
- 1,441
- 1
- 24
- 44
1
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

Tim Meyer
- 12,210
- 8
- 64
- 97
-
Thanks for your interest @Tim Meyer, Can you tell me where could be that Installer Framework folder – Sharanabasu Angadi Nov 07 '12 at 12:02
-
There is a "tools/binarycreator" folder in the source code of the QT Installer Framework (which you probably got from http://qt.gitorious.org/installer-framework). Maybe you need to build that executable yourself – Tim Meyer Nov 07 '12 at 12:08