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

Unlock password in Qt Installer Framework

I'm using Qt Installer Framework to install my Linux app in several OS like Redhat/Centos and Ubuntu. It works nice but for compliance reasons I have to add a step where the user is mandated to enter a key that will be stored with the application…
user8143588
0
votes
1 answer

How to prevent Qt 6.0 Installer from crashing?

Here’s what happens I open the installer, choose the packages I want(I choose to install some 1.7 GB of components), everything goes well. But then when I click on the Install button, and Qt installer crashes! And by crashes I mean it crashes,…
Asdf
  • 1
  • 2
0
votes
1 answer

Qt Installer Framework environment variable

How to add an Environment variable ( a directory C:/test1/bin) in System variable path( not in User variable ) using Qt Installer framework? I have tried like this, component.addOperation ("EnvironmentVariable", "PATH","C:/testl/bin", true) ; But…
0
votes
1 answer

qt installer framework visual redistributable

I'm trying to make an installer for my Qt app with the help of qt installer framework. I've created the installer, but it refuses to run because of the missing vcruntime140.dll and msvcp140.dll. I figured out that they are included in visual c++…
fakamakato
  • 25
  • 5
0
votes
0 answers

Executable is split to .lib and .exe

I'm trying to build from source the Qt Installer Framework (https://github.com/qtproject/installer-framework) and have a problem - some executables (e.g. archivegen) for unknown reason tries to be split to two different files - static library .lib…
Dmitrii
  • 618
  • 2
  • 7
  • 19
0
votes
2 answers

Where I can store data for spreading them online?

My company have an application which could be installed with Qt Online-Installers. The data are stored on the our personal server, but, with time, we found out, that the internet connection is a bit slow for users on the other edge of the world. So,…
Dmitrii
  • 618
  • 2
  • 7
  • 19
0
votes
2 answers

How to remove the bottom panel with buttons?

I was able to customize my installer based on Qt Installer Framework to some degree. I was able to automate button click to advance to next page gui.clickButton(buttons.NextButton) hide the back button (by removing previous pages) and even disable…
KcFnMi
  • 5,516
  • 10
  • 62
  • 136
0
votes
0 answers

Why there are different ways to set label text on Qt Installer Framework?

With Qt Installer Controller Script I see how to change the text of some labels on the Introduction page. I did function Controller() { } Controller.prototype.IntroductionPageCallback = function() { var widget = gui.currentPageWidget(); if…
KcFnMi
  • 5,516
  • 10
  • 62
  • 136
0
votes
0 answers

Qt Installer Framework - Update control script

The problem I have a Qt IFW installer with an online repository, from which users fetch data to install and update the software. My installer has a "root script" defined in config.xml:
tm.crz
  • 1
0
votes
1 answer

Unable to Install Qt using online installer

I am trying to install Qt using Qt online installer, loader keeps on coming for few minutes as shown in below image Then I get the following error Please help me how to fix above error.
Asus gates
  • 380
  • 1
  • 5
  • 20
0
votes
1 answer

Qt Installer Framework. How to enable overwrite installation

The last post about overwriting existing installation was 3 years ago on QtIFW 2, 3, so I hope this won't count as duplicate posting. I have a Mac installer setup that have 2 components: a standalone app, a VST3 audio plugin. The standalone is…
J_yang
  • 2,672
  • 8
  • 32
  • 61
0
votes
1 answer

Hosting updates repository. Qt Installer Framework repogen

I have created a project using Qt and I found the Repogen tool that cames with Qt. In the official documentation says that I must host the repo in a server in order to receive updates or create an online installer. I tried using GitHub as a hosting…
0
votes
1 answer

How to bypass Microsoft Defender from my qt installer?

I have created an installer using the qt Installer in W8.1. When I want to install it in W10, Microsoft Defender is showing me a security message: How I can bypass this message?, my software is using just a camera, I didn't have any problem in…
Kintaro Oe
  • 161
  • 1
  • 5
0
votes
1 answer

Qt Installer Create Start Menu Shortcut

I'm fighting with Qt Installer Framework for creating a shortcut for my application into start menu in Windows Platform. I used the same script as into startmenu example, but it throws an error during the creation of the shortcut. I don't understand…
0
votes
0 answers

Remove the Qt Online-Installer component

I have a bunch of components in the Online-Installer and I need to remove one, but I can't figure out how I supposed to do it. As far as I understand, it should be done during the repository generating with the "repogen" utility, but there is no…
Dmitrii
  • 618
  • 2
  • 7
  • 19