From a81f19295745d081306f9417d6c45fda252fcb89 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Aug 2015 13:34:00 +0200 Subject: Fix errors when running updates in a directory requiring elevation isWritable() is not a reliable way to check for permissions on Windows. Instead, just try to create a file. The alternative would be to set the magic qt_ntfs_permission_lookup variable to 1. Anyhow, this might slow down things and cause other regressions ... Task-number: QTIFW-746 Change-Id: I1b5637670bfcfe29966f0545ce2c6b1f663a9738 Reviewed-by: Iikka Eklund Reviewed-by: Karsten Heimrich --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 4eef4bccd..a7a823618 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ - Fix handling of system proxy with credentials. (QTBUG-46547) - Unify selection of language for translations. (QTIFW-390) - Fix return value of component.installAction() when updating. (QTIFW-727) +- Fix errors when updating an installation requiring elevation on Windows. (QTIFW-746) - Documentation updates. 2.0.1 -- cgit v1.2.3