Zhiyi Zhang : msiexec: Add system DPI awareness settings to the application manifest.

Alexandre Julliard julliard at winehq.org
Tue Sep 7 16:25:18 CDT 2021


Module: wine
Branch: master
Commit: aa3f2ccd1dbf963cd1bed5e15458719a0488017d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aa3f2ccd1dbf963cd1bed5e15458719a0488017d

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Tue Sep  7 11:10:48 2021 +0800

msiexec: Add system DPI awareness settings to the application manifest.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/msiexec/msiexec.manifest | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/programs/msiexec/msiexec.manifest b/programs/msiexec/msiexec.manifest
index a4a17a5397d..0e3454555c2 100644
--- a/programs/msiexec/msiexec.manifest
+++ b/programs/msiexec/msiexec.manifest
@@ -13,4 +13,9 @@
         />
     </dependentAssembly>
 </dependency>
+<application xmlns="urn:schemas-microsoft-com:asm.v3">
+    <windowsSettings>
+        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+    </windowsSettings>
+</application>
 </assembly>




More information about the wine-cvs mailing list