Qt Installer Framework - Why would a non-admin installation require admin rights to update?
-
I've generated an online installer with "Qt Installer Framework":http://doc.qt.io/qtinstallerframework/, and a user has successfully installed my app with it, without administrative rights. However, when the user tried to update to the next version of my app, Windows requested that he type in administrative credentials. Why would administrative rights be required, considering the app was installed as a non-administrator?
Furthermore, I tested updating the app on my own machine and I was not required to be an administrator.
-
can I download that installer somewhere or do you have a small example installer which behaves the same. At the moment I don't have any good idea.
(a component from other repository could request admin rights; or windows is requesting more rights because the installer name is something with installer, update, setup, ...)