diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-18 00:07:10 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-18 00:07:10 +0200 |
commit | fb8ae98c7392ddfad4ca0481bb2b5de27987f302 (patch) | |
tree | 0e3489c005847077b8d6de1b0b7c3a113a850949 /src/ExpandVolume | |
parent | 94fc04f8062312bd46a3e4d39156f14b404fbd66 (diff) | |
download | VeraCrypt-fb8ae98c7392ddfad4ca0481bb2b5de27987f302.tar.gz VeraCrypt-fb8ae98c7392ddfad4ca0481bb2b5de27987f302.zip |
Windows: use same manifest structure for Expander as in Mount and Format
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r-- | src/ExpandVolume/VeraCryptExpander.manifest | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ExpandVolume/VeraCryptExpander.manifest b/src/ExpandVolume/VeraCryptExpander.manifest index c1527e1d..4905cac0 100644 --- a/src/ExpandVolume/VeraCryptExpander.manifest +++ b/src/ExpandVolume/VeraCryptExpander.manifest @@ -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> |