Good day. Is it possible to create an installer with the help of the Qt Installer Framework such that it unpacked the contents of the necessary folders. For example, so that the installer creates the following tree:

target_dir bin config Readme.txt 

The bin folder should contain executable files, in the config - configs.

  • In the data folder of the root component, put your bin, config and readme and you will be happy. If I understood the task correctly :) - Bearded Beaver
  • Yes, indeed, everything works, I had to try it right away :) - nulll

1 answer 1

But if one package must be installed in the program files, and the other in Application Data. How to be then? The path is set only in config.xmp, and there are no paths in package.xml. Or I read bad: https://doc.qt.io/qtinstallerframework/ifw-component-description.html#package-information-file-syntax

  • If you want to ask a new question, use the Ask Question button - 0xdb