summaryrefslogtreecommitdiff
path: root/rbutil/e200rpatcher/e200rpatcher.manifest
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2008-01-20 21:19:37 +0000
committerDominik Wenger <domonoky@googlemail.com>2008-01-20 21:19:37 +0000
commit4e8d61442d091d5e062ebaa84de5baa178160064 (patch)
tree40b91790d8a428d71fc8fd43cf901cdf445a90b8 /rbutil/e200rpatcher/e200rpatcher.manifest
parent56b3f9275a76e7a69b1b608ea1086074b6caca95 (diff)
downloadrockbox-4e8d61442d091d5e062ebaa84de5baa178160064.tar.gz
rockbox-4e8d61442d091d5e062ebaa84de5baa178160064.zip
add Manifests to rbutil, sansapatcher and e200rpatcher to gain needed rights on windows vista.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16120 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/e200rpatcher/e200rpatcher.manifest')
-rw-r--r--rbutil/e200rpatcher/e200rpatcher.manifest13
1 files changed, 13 insertions, 0 deletions
diff --git a/rbutil/e200rpatcher/e200rpatcher.manifest b/rbutil/e200rpatcher/e200rpatcher.manifest
new file mode 100644
index 0000000000..ec0c49df33
--- /dev/null
+++ b/rbutil/e200rpatcher/e200rpatcher.manifest
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="e200rpatcher.exe" type="win32"/>
4
5 <!-- Identify the application security requirements. -->
6 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
7 <security>
8 <requestedPrivileges>
9 <requestedExecutionLevel level="requireAdministrator"/>
10 </requestedPrivileges>
11 </security>
12 </trustInfo>
13</assembly>