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

Integrate Google Analytics to a Windows App installer created via QtIFW

I want to integrate Google Analytics to my Windows app's installer, created using Qt Installer Framework (QtIFW). My intent is to simply track the number of active installations based on the number installation/uninstallation. I would also like to…
Vincent
  • 103
  • 4
0
votes
2 answers

Qt Installer InstallerApplicationIcon does not appear on Installer

I have created a qt installer and I am trying to set some icons on it, Working on linux with the InstallerApplicationIcon I have managed the application logo to be displayed on each of Installer's page but building the same installer on Windows the…
chatzich
  • 1,083
  • 2
  • 11
  • 26
0
votes
1 answer

Cannot Run Qt Installer Application on MAC(Mojave)

I have developed a camera application for MAC platform. The app executable and framework dependencies were bundled into an installer app named QtCameraInstaller (developed using Qt Framework). This installer app, perform unzip process to extract the…
vgokul129
  • 777
  • 12
  • 31
0
votes
2 answers

How to create online installer with Qt Installer Framework properly

I wonder, why there is such lack of information about QtIFM? So, basically I have successfully created offline installer, but now have some problem with online one. Here is my script for making repo: D:\Qt\QtIFW-3.0.6\bin\repogen.exe -p…
Alexander Lyapin
  • 305
  • 1
  • 14
0
votes
2 answers

Uninstall flow or callback in Qt Installer Framework 3.0.2

Is there any way to call a windows cmd command at uninstall process (maintainancetool.exe) of Qt installer framework? I tried to connect the installer.uninstallationFinished signal but no results.
chatzich
  • 1,083
  • 2
  • 11
  • 26
0
votes
1 answer

How to omit undo step of component.addOperation during uninstall step in qt installer framework?

I have componentscript in which I do mkdir and copydir operation during install as per the Qt Documentation http://doc.qt.io/qtinstallerframework/operations.html. Internally, each operation has a DO step that contains instructions for the installer…
Rubina
  • 123
  • 1
  • 17
0
votes
1 answer

Is there any way to write a file with QtScript?

I want to make an installer with Qt. The configuration of the installer is written in a file named installscript.qs which is qtscript based I tried to create a QFile inside but it didn't recognize it! Any ideas???
chatzich
  • 1,083
  • 2
  • 11
  • 26
0
votes
2 answers

QT framework installer - how to force targetDir

I would like to force my targetDir directory installation usign QT Installer Framework v. 3.0. Currently this is my config.xml file: QSSWeb2Board 1.0.0
Alberto Valero
  • 410
  • 4
  • 14
0
votes
1 answer

Qt installer framework - check target directory and if it exists run uninstaller

I am looking for a solution to it if - existing installation to my program exists then : Prompt page to - update, add or remove all components. Remove the directory if installation file exits or run maintenancetool in that directory. I have tried…
Rubina
  • 123
  • 1
  • 17
0
votes
3 answers

How to delete/clear AppData/Roaming/MyFolder files during uninstall using qt installer framework?

I create a application using qt installer framework. Now uninstalling my app does not remove AppData/Roaming/My app folder. So i tried my custom code for uninstall to clear my AppData. But this makes my installer unresponsive. …
Rubina
  • 123
  • 1
  • 17
0
votes
1 answer

QT Installer framework: How to use -n option in binary creator for online installer

I want create online installer without data embedded in it. Documentation says "Use the -n parameter of the binarycreator tool and only add the root component to the installer". What do you mean by root component. I am using below code to execute…
Kiran Raut
  • 51
  • 4
0
votes
1 answer

Qt find all dependencies of a project

I am creating a web browser with Qt 5.10.1 and I would like to export it with the Qt Installer Framework. I am looking for a way to know all the dependencies (libs, plugins...) my application has to export them with the binary file. I already used…
Romain L.
  • 21
  • 1
  • 3
0
votes
1 answer

Add optional operation to Qt Installer

I'm creating a fairly straightforward offline installer for my product using the Qt Installer Framework (v3.0). The product includes a driver installer for a Sentinel HASP protection key. Ideally I would like to present the user with an option to…
NickD2039
  • 170
  • 1
  • 7
0
votes
2 answers

How can I remove the target directory selection in Qt installer?

I am trying to make an installer on Linux with Qt Installer Framework and I'd like to set a fixed target dir and remove that page from the installer. I've managed to do this with a script and using setDefaultPageVisible. This works but I have to…
Alan Spark
  • 8,152
  • 8
  • 56
  • 91
0
votes
1 answer

Make a Qt/C++ program show its file types as known on Windows

Using Qt 5.9 I codded a spreadsheet program and then created an installer for it by Qt Installer Framework (QtIFW2.0.1). Then I sent the program to many of my friends. They installed the app on their Windows machine and now using it, but they have…
Franky
  • 1,181
  • 2
  • 11
  • 33