Qt installer framework : how to replace in instaleld files from gui text ?
Unsolved
Qt Creator and other tools
-
Hello everyone,
I am trying to build an installer with QTIFW but i don't understand the documentation.
My application is made with several components. Each component has a configuration file (text) with some lines i would like to update with values typed in a custom page of the intaller.
I tries lot of different things but none worked.
the idea is to have an opération in each package script like this :
component.addOperation("Replace","connector.cfg","REPLACE_ME","???");I do not know how to retreive the value i typed in the interface to place in the appoperation (instead of ???)
Has someone already played with this ???
I can provide the files if needed
Thank you