How to build auto-updater with Qt Installer Fw maintenancetool.exe --updater
-
Hi,
I have been working with automatic updating and tried to make background service which checks from the repository about updates. Problem what I currently have is that when I call maintenancetool with --updater argument as a result from my script I get nothing. When running the command from cmd line the maintenancetool opens with update radiobutton selected. With maintenancetool --checkupdates I get xml showing that there is update available and also maintenancetool UI shows that.
What I like to do is to get this update happen in background, so when I add new version of my app the system updates every version automatically.
I have investigated QtAutoUpdater, but seems that it behaves same way. No update to my app even thou there is one on server.
Br,
Sami