https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bdddd677344c2ef2f40eb38dc814c62426bf76c7
commit bdddd677344c2ef2f40eb38dc814c62426bf76c7 Author: winesync <[email protected]> AuthorDate: Sun Mar 13 23:53:16 2022 +0100 Commit: Mark Jansen <[email protected]> CommitDate: Sun Mar 20 19:28:40 2022 +0100 [WINESYNC] msiexec: Add system DPI awareness settings to the application manifest. Signed-off-by: Zhiyi Zhang <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id aa3f2ccd1dbf963cd1bed5e15458719a0488017d by Zhiyi Zhang <[email protected]> --- base/system/msiexec/msiexec.manifest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/system/msiexec/msiexec.manifest b/base/system/msiexec/msiexec.manifest index a4a17a5397d..0e3454555c2 100644 --- a/base/system/msiexec/msiexec.manifest +++ b/base/system/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>
