Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
2.0.5, 3.2.3, 4.1.1
-
Win 10
-
Qt Installer Sprint 45, Qt Installer Sprint 46
Description
Calling installer.gainAdminRights() in a script causes the error "You have selected an existing file or symlink, please choose a different target for installation" when selecting the target installation directory. Seems to occur no matter the directory.
Example script:
function Component() { installer.gainAdminRights(); }
Steps to reproduce the problem:
- binarycreator -p packages -c config/config.xml sample_installer.exe
- run the installer
- attempt to install anywhere as per usual
Attachments
Issue Links
- relates to
-
QTIFW-2442 Opening QFileDialog while elevated server is active crashes installer
- Reported
-
QTIFW-2443 Installer silently drops admin rights after some time of calling "installer.gainAdminRights()"
- Closed