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

How to hide my own page (Qt Installer Framework)

I have a page with serial number checking (SerialCodePage). It is implemented and added in installer code after IntroductionPage. This page is needed for Pro version, and for Lite I would like to hide it, without recompile installer code. I tried to…
Francuz
  • 433
  • 5
  • 13
0
votes
1 answer

How to create a multi-language installer with Qt Installer Framework?

I would like to create a multi-language installer with Qt Installer Framework. My goal is to have the same used language by the OS. I know that I must put qm files somewhere and modify a xml package like that…
John Smith
  • 133
  • 2
  • 12
0
votes
1 answer

Version placeholder in install script

We are using the Qt Installer Framework to create our product installers. Most things are running quite smoothly, but there are still some unresolved issues. Every time we are creating a new product version, which happens quite frequently, we have…
Aleph0
  • 5,816
  • 4
  • 29
  • 80
0
votes
1 answer

How to make a qmake target to create QtIFW installer

I would like to automate the generation of an installer in my build process, with some control over when it gets built. How do I set up a make target to generate an installer using qmake? I have a subdirs project with multiple components. The…
Yuriy
  • 61
  • 4
0
votes
1 answer

How to disable NextButton on TargetDirectory page

I am using Qt Installer Framework, I want to disable NextButton on TargetDirectory page. I tried editing controlscript.qs with few methods but it doesn't seem to work. Following is one of them Controller.prototype.TargetDirectoryPageCallback =…
Shuji
  • 624
  • 1
  • 8
  • 24
0
votes
1 answer

Qt Installer Framework : Error during installation process on another computer : d3dcompiler_47.dll (access denied)

I have a problem with Qt Installer Framework. I generated an installer with Qt Installer Framework. I reused the "examples/tutorial" from Qt 5.0.3. I added all my files (exe, dlls, data, ...) in "packages/in com.vendor.product/data" directory. I…
0
votes
2 answers

Qt Installer Framework: How to add my program to Windows system variable PATH?

After my program installed I need installer to add program path to Windows system variable PATH. How to make this? Installer must do this not me. UPD: And program path must be removed with uninstallation too. UPD2: Now I'm trying to do like…
Kroll
  • 649
  • 2
  • 6
  • 17
0
votes
0 answers

Qt installer framework connect to NextButton

I try to connect the NextButton of the page TargetDirectory with a function: widget.findChild("NextButton").clicked.connect(this, func); But the problem is that findChild returns 0. I tried…
ramón
  • 81
  • 3
0
votes
3 answers

Qt installer framework undo Mkdir operations

I use qt installer framework to create installer. On installation step I called component.addOperation("Mkdir", dataDir); // dataDir is a dataLocationDir like C:\Users\Stranger\AppData\Local\MyAppName When my installed program working it put some…
0
votes
0 answers

Qt Installation stuck with 'Unknown Time Remaining' and doesn't proceed

I get an 'Unknown time remaining error' when trying to install Qt 64 bit version on my Windows 10 machine, and the download stuck and doesn't proceed further as shown in the screenshot below qt_installation_stuck_screenshot. How do i continue…
Rony
  • 1
  • 7
0
votes
1 answer

Qt online installers list all repos

I'm learning the Qt Installer Framework and creating repositories on a web server to be used by the online installers. My problem is that even though each repository and installer is treated separately in the creation process, when I run any of the…
ce_nort
  • 168
  • 1
  • 16
0
votes
1 answer

QtIFW - UrlQueryString fails with Unexpected element

In the Installer documentation I found an element called UrlQueryString (It is listed in the documentation). But if I try to use it, the binarycreator fails with the following error: Caught exception: Error in ./config/config.xml, line 20, column…
Felix
  • 6,885
  • 1
  • 29
  • 54
0
votes
1 answer

Installing Qt 5.5.1 on Ubuntu 14.04 - throws qt.network.ssl error on terminal

I am planning to install qt 5.5.1 on my ubuntu 14.04 running on virtual machine. I have downloaded the installer from qt-io and when I try to install the setup, I notice the below warning on my terminal, and then the installer pop…
user12345
  • 661
  • 8
  • 34
0
votes
2 answers

Qt installer Framework : How to hide the selection of folder for installation

How can I hide the select installation folder using qt installer Framework?
Romz Lat
  • 11
  • 4
0
votes
1 answer

Qt Installer Framework 2.0.1: Watermark only shows on the first page

I have made an installer for my application using Qt Installer Framework version 2.0.1 precompiled. I want the installer to have a watermark image on the left hand side throughout all the installer pages, but it only appears for the first. Here is…
Maxim Blinov
  • 886
  • 9
  • 33
1 2 3
10
11