diff options
author | Norbert Preining <preining@logic.at> | 2009-09-01 19:42:25 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-01 19:42:25 +0000 |
commit | 725159b952c4142f27b3af929827a8f31b2c1f97 (patch) | |
tree | ee42f3e22fb7a8511248c1229c48e948811fa7c8 /Master | |
parent | 82068c1b5d86f467a718a1f8c02444afa0cd3686 (diff) |
add fmtutil.exe manifest
git-svn-id: svn://tug.org/texlive/trunk@14982 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/bin/win32/fmtutil.exe.manifest | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/bin/win32/fmtutil.exe.manifest b/Master/bin/win32/fmtutil.exe.manifest new file mode 100644 index 00000000000..04d5a141dcd --- /dev/null +++ b/Master/bin/win32/fmtutil.exe.manifest @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity + version="1.0.0.0" + processorArchitecture="*" + name="fmtutil.exe" + type="win32"/> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker"/> + </requestedPrivileges> + </security> + </trustInfo> +</assembly> |