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
3
votes
1 answer

Qt Installer Framework:How to specify the desktop shortcut icon?

I've started working with the Qt Installer Framework and find it useful except for the numerous undocumented features (e.g., setting the wizard subTitle or the existence of the DesktopDir variable) but one thing I haven't been able to figure out by…
Paul Tarr
  • 251
  • 3
  • 9
3
votes
2 answers

Qt Installer Framework: Translate component description

I've got Qt Installer Framework QtIFW2.0.1 installed and I had a look at the shipped examples. When I had a closer look at the example translations I learned how I can translate the content of a custom ui file. But what I neither saw in the example…
Michael
  • 462
  • 1
  • 5
  • 12
3
votes
1 answer

How can I make a QtIFW installer call a utility shipped with the installer?

I'm considering to port an existing C++-based installer to Qt Installer Framework. There are a couple of things in the existing installer which I'd rather not change or reimplement at this time, e.g. parsing a license key. Instead, I'd like to reuse…
Frerich Raabe
  • 90,689
  • 19
  • 115
  • 207
3
votes
1 answer

How can I make file association in Qt installer(1.5.0)?

How can I make file association in Qt installer framework(1.5.0) on Windows? I want to do this: For example, when I double click myFile.x then my qt desktop application(Windows) will launch and open this file. I want to correct this in…
Wilmort
  • 294
  • 2
  • 15
3
votes
1 answer

Qt Installer Framework issue compiling binarycreator

I have Qt Creator 5.2.0 (MSVC 2010, 32 bit) with mingw48_32. I am trying to make an installer for my app and i cant compile binarycreator. I download source code from Official Link When i run project, there show only files with .o and none .exe…
Honchar Denys
  • 1,408
  • 4
  • 29
  • 54
2
votes
2 answers

Qt Installer Framework: TypeError cannot read property name

I tried creating an installer following the tutorial. I then added a script called "installerscript.qs" as per the startmenu example in the Qt Installer Framework directory. The "installscript.qs" is as…
Matthijs990
  • 637
  • 3
  • 26
2
votes
0 answers

Use Qt Quick Controls 2 UIs in Qt Installer Framework

I want to make a Qt Quick Controls 2-based installer. Doing so from scratch will take several hours from my time, so I want to use the Qt Installer Framework. It's possible? So far I have customized wizard pages using style sheets, and even replace…
lateus
  • 371
  • 4
  • 15
2
votes
2 answers

Qt Installer Framework - How to delete only certain files and folers at uninstall

I use Qt Installer Framework. How to make sure, at the time of uninstallation, that only certain files or folders are deleted, and not all files in the installation folder as is currently the case? Thank you in advance
BobL
  • 43
  • 3
2
votes
2 answers

Qt non-interactive install in Docker file fails with QXcbConnection DISPLAY Error

I am running a Docker file that does a non-interactive installation. The installation fails with a DISPLAY error. I can confirm that the non-interactive install works on a Ubuntu 14.04 VM with a display. I'm trying to install on a development server…
Ankur Shah
  • 125
  • 12
2
votes
1 answer

How to translate installer created with pre-built Qt installer framework regardless of OS language

I'm trying to have a translated version of my installer which I've already created using a pre-built version of Qt installer framework, but the documentation is Inadequate and I need to know where I should put the translation file(en.qm file which…
Amy jonas
  • 91
  • 6
2
votes
1 answer

Qt Installer Framework: How to uninstall previous versions?

When I create the (offline) installer, how can I use the installer script to find and uninstall any previous versions of the software? Knowing that the user could have installed them anywhere in the past?
RandomName
  • 163
  • 1
  • 10
2
votes
1 answer

Cannot get .bat file to run after installation with Qt installer

I'm needing to run a bat file when the installer is finished that plugs in a postgres windows service so my database has an active server (I'm using a static postgres). The bat file runs the pg_ctl register command. According to the Qt Installer…
Akism90
  • 43
  • 11
2
votes
1 answer

Qt Installer Framework controller function not getting called

I would like to modify the flow of my QtIFW(3.0) installer using a controller function, it seems trivial to do, however I can't seem to find a good example of where the function / script should reside and how to make the installer aware of it.…
Willeman
  • 720
  • 10
  • 24
2
votes
1 answer

QT Installer Framework: Add new wizard page before Introduction page

I want to add new page just before introduction page of QT installer wizard. This page will have image and button. After clicking on button i will ve navigated to introduction page. Can i do that? I tried but it is not showing. However it does show…
Kiran Raut
  • 51
  • 4
2
votes
0 answers

Qt installer framework does not set properties to installer/executable

I have created a simple installer via QtIF. In config file I specified all required tags, including Version, Product Name and Product Version. On Properties->Details page there all properties are empty. I expected that it will be filled by framework…
Vladislav
  • 394
  • 1
  • 14
1 2
3
10 11