Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Installer Framework 4.2
Description
On start of my app the UAC prompt is thrown.
I tried to comment it out (following code), and it didn't show UAC.
I'm using QProcess and running following command:
MaintenanceTool.exe --checkupdates
I'm parsing the xml output to get info of available updates.
How can I fix it?