Questions tagged [qt-installer]

The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and Mac OS X.

More information is available here

154 questions
0
votes
2 answers

Qt installer framework reading text file for installation path

I'm creating an installer and I need to have functionality to read a text file and get some installation params. Specifically, I need to read an installation path from a text file. I was trying to use FileReader from JS, but I can't figure out how…
Robert
  • 214
  • 1
  • 9
0
votes
0 answers

Qt installer framework and Visual Studio integration

How to integrate the Qt installer framework into Visual Studio (2012)? I want to get an installer for the build results and execute the packaging right out of Visual Studio. EDIT: Just to clarify: I'm asking for the QT INSTALLER FRAMEWORK (1.4.0)…
Beachwalker
  • 7,685
  • 6
  • 52
  • 94
0
votes
0 answers

Qt installer framework built installation package crashing after start

I'm using Qt installer framework 1.4. Works fine for Windows, but I have a problem on Mac OSX. As stated in the manual, I switched to the tutorial directory and ran this command ../../bin/binarycreator -c config\config.xml -p packages…
Rustem
  • 326
  • 2
  • 10
0
votes
1 answer

Use the archivegen tool in Qt Installer Framework to package the files as a 7zip archive

I want to create a installer in Qt but I make problem. this is how to Use the archivegen tool to package the files as a 7zip archive and copy it to the data directory. I search but not find information about use archivegen tool in Qt Installer…
1 2 3
10
11