mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Windows: use same manifest structure for Expander as in Mount and Format
This commit is contained in:
parent
94fc04f806
commit
fb8ae98c73
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
|
||||
<v3:security>
|
||||
<v3:requestedPrivileges>
|
||||
<v3:requestedExecutionLevel level="requireAdministrator" />
|
||||
</v3:requestedPrivileges>
|
||||
</v3:security>
|
||||
</v3:trustInfo>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="requireAdministrator" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<asmv3:application>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true</dpiAware>
|
||||
|
Loading…
Reference in New Issue
Block a user