summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.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/sansapatcher/sansapatcher.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/sansapatcher/sansapatcher.manifest')
-rw-r--r--rbutil/sansapatcher/sansapatcher.manifest13
1 files changed, 13 insertions, 0 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.manifest b/rbutil/sansapatcher/sansapatcher.manifest
new file mode 100644
index 0000000000..71bb153688
--- /dev/null
+++ b/rbutil/sansapatcher/sansapatcher.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="sansapatcher.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>