How to create online installer with Qt Installer Framework without Version specified?
Unsolved
Installation and Deployment
-
Hey. I have successfully created an online installer for my product, but I found annooying that I need to recreate entire installer just to change the
Version
tag inside theconfig.xml
file. Thanks to the--online-only
flag,Versions
is the only one thing that I need to change every time because an installer does not have embedded version of my packages.What I am trying to achieve is to create an online installer for my remote repository without specifying a
Version
so I can use the same installer for all versions of my product. Ideally, will be cool, ifVersion
will depend on the version of the remote component, and I will need to update only the repository.Hope I was clear enough. Are there any ways to achieve that?