• R/O
  • SSH
  • HTTPS

exewrap: Commit


Commit MetaInfo

Revision102 (tree)
Time2022-12-28 10:54:03
Authorhirukawa_ryo

Log Message

* exewrap 1.6.6
アプリケーションマニフェスト dpiAware=true、dpiAwareness=system に修正しました。

Change Summary

Incremental Difference

--- exewrap/trunk/exewrap/LICENSE.txt (revision 101)
+++ exewrap/trunk/exewrap/LICENSE.txt (revision 102)
@@ -1,4 +1,4 @@
1-Copyright (C) 2005-2022 HIRUKAWA Ryo. All rights reserved.
1+Copyright (C) 2005-2023 HIRUKAWA Ryo. All rights reserved.
22
33 ソースコード形式であれバイナリ形式であれ、変更の有無に関わらず、以下の条件を満たす限り
44 において、再配布および使用を許可します:
--- exewrap/trunk/exewrap/src/resources/exewrap.x64.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/exewrap.x64.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="amd64" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/exewrap.x86.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/exewrap.x86.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/image_console.x64.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/image_console.x64.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="amd64" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/image_console.x86.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/image_console.x86.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/image_gui.x64.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/image_gui.x64.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="amd64" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/image_gui.x86.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/image_gui.x86.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/image_service.x64.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/image_service.x64.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="amd64" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
--- exewrap/trunk/exewrap/src/resources/image_service.x86.manifest (revision 101)
+++ exewrap/trunk/exewrap/src/resources/image_service.x86.manifest (revision 102)
@@ -1,20 +1,18 @@
1-<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2-<assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
1+<?xml version="1.0" encoding="UTF-8" standalone='yes'?>
2+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
44 <security>
55 <requestedPrivileges>
6- <requestedExecutionLevel level='asInvoker' uiAccess='false' />
6+ <requestedExecutionLevel level="asInvoker" uiAccess="false" />
77 </requestedPrivileges>
88 </security>
99 </trustInfo>
10- <asmv3:application>
11- <asmv3:windowsSettings
12- xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"
13- xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
14- <dpi1:dpiAware>true/PM</dpi1:dpiAware>
15- <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>
16- </asmv3:windowsSettings>
17- </asmv3:application>
10+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
11+ <windowsSettings>
12+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14+ </windowsSettings>
15+ </application>
1816 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1917 <application>
2018 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
@@ -26,8 +24,8 @@
2624 </compatibility>
2725 <dependency>
2826 <dependentAssembly>
29- <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
30- processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*' />
27+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28+ processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
3129 </dependentAssembly>
3230 </dependency>
3331 </assembly>
Show on old repository browser