diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-20 09:02:17 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-20 12:42:04 +0100 |
commit | 1efb78266631d4c3aa0cd28e32485a9f2016f9de (patch) | |
tree | e6c5bda4e202e4858e2f27db8413356e9ccd875f /src/ExpandVolume/VeraCryptExpander.manifest | |
parent | 38f3fc816ac1a9f894bc01a6cf9d9b97c2a2e21a (diff) | |
download | VeraCrypt-1efb78266631d4c3aa0cd28e32485a9f2016f9de.tar.gz VeraCrypt-1efb78266631d4c3aa0cd28e32485a9f2016f9de.zip |
Windows: Add first version of VeraCryptExpander who is based on extcv. Minor modification to Mount.c to avoid link errors when building VeraCryptExpander.
Diffstat (limited to 'src/ExpandVolume/VeraCryptExpander.manifest')
-rw-r--r-- | src/ExpandVolume/VeraCryptExpander.manifest | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ExpandVolume/VeraCryptExpander.manifest b/src/ExpandVolume/VeraCryptExpander.manifest new file mode 100644 index 00000000..36c64bca --- /dev/null +++ b/src/ExpandVolume/VeraCryptExpander.manifest @@ -0,0 +1,22 @@ +<?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> + <dependency> + <dependentAssembly> + <assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="*" + publicKeyToken="6595b64144ccf1df" + language="*" + /> + </dependentAssembly> + </dependency> +</assembly> |