Questions tagged [qtif]

5 questions
10
votes
1 answer

How to write the scripts for Qt Installer

I'm trying to write my first Qt installer and having trouble. In my installer, in one of the packages, I need to run an .exe file at the end of the installation and add an environment variable as well. I think the way to do it is with the script…
one
  • 511
  • 5
  • 17
5
votes
1 answer

Qt Installer Framework Uninstaller

Is there any script or example of Qt installer framework for "Un-installer"? I want to remove some folders using the maintenance tool.
3
votes
2 answers

How to run an executable file in Qt Installer Framework?

I have an executable file C:\CDM21226_Setup.exe which i want to run through Qt Installer Framework (QtIFW). Note that CDM21226_Setup.exe are the drivers not the application which i am going to install. I want to install the drivers through the…
Shuji
  • 624
  • 1
  • 8
  • 24
2
votes
1 answer

How to set version of a Qt application (made by QtIF)?

Just noticed a File version (4.2.0.0) from a Qt application, when mouse goes over the file. However that seems to be the QtIF version, not my application version. How to set that (mouser over) version of a Qt application (made by QtIF)?
KcFnMi
  • 5,516
  • 10
  • 62
  • 136
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