Update dll files with a qt app that use theses dll
-
Hello,
I created a qt app, and to update this app, I use another qt app (update.exe) that copy from a server new dlls and the new .exe.
But I recently change my qt version, and to release my new exe, I need to update all dll.
The problem is that with the update.exe app, I can't modify the dll, because there are currently use in the program.
Could I unload temporarily a dll, or something like that ? Or make a qt app that didn't need dll ? If this isn't possible, I think I muss write a simple c++ program to update dll, but that isn't convenient: there isn't any graphic interface, and I know nothing about downloading files without qt.
Did someone have an idea about how I can do this ?
Thanks, and sorry for my english. -
Hi,
It looks like you are trying to re-create the Qt Installer Framework. It might already provide everything you need.