Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Invalid
-
Affects Version/s: 3.0.2
-
Fix Version/s: None
-
Component/s: General
-
Environment:Qt version: 5.10
Windows 10 professional
Build env: mingw 64 bit env.
Description
QTIFW generated installer fails to create maintenance tool under circumstance:
- A user who has Administrator rights has invoked installer.
- The destination folder is C:\Program Files\Program_name
After several investigation, I found:
QTemporaryFile cannot copy,rename files even if it is in "elevated process".
(I successfully fixed this problem by changing the code to delegate copy/rename task to QFile instead of using QTemporaryFile)
Attachments
Issue Links
- is replaced by
-
QTIFW-1312 Enable support for Qt 5.12 for 1.1.1 OpenSSL
-
- Closed
-