summaryrefslogtreecommitdiff
path: root/src/setup/setup-manifest.xml.in
diff options
context:
space:
mode:
authorSimon Howard2009-05-04 21:45:17 +0000
committerSimon Howard2009-05-04 21:45:17 +0000
commitc0cc0ea1b4c7054ce97a11f2d156359e175ab4da (patch)
tree23563d9ddb985b039d6b79e1988280d761631cca /src/setup/setup-manifest.xml.in
parent5014caee2a000ffd682f04bcbec76265b2163335 (diff)
downloadchocolate-doom-c0cc0ea1b4c7054ce97a11f2d156359e175ab4da.tar.gz
chocolate-doom-c0cc0ea1b4c7054ce97a11f2d156359e175ab4da.tar.bz2
chocolate-doom-c0cc0ea1b4c7054ce97a11f2d156359e175ab4da.zip
Autogenerate setup-manifest.xml with the current version.
Subversion-branch: /branches/raven-branch Subversion-revision: 1507
Diffstat (limited to 'src/setup/setup-manifest.xml.in')
-rw-r--r--src/setup/setup-manifest.xml.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/setup/setup-manifest.xml.in b/src/setup/setup-manifest.xml.in
new file mode 100644
index 00000000..70ae915e
--- /dev/null
+++ b/src/setup/setup-manifest.xml.in
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <!-- The "name" field in this tag should be the same as the executable's
+ name -->
+ <assemblyIdentity version="@PACKAGE_VERSION@.0" processorArchitecture="*"
+ name="chocolate-setup" type="win32"/>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <!-- Hi Vista! We don't require elevated privileges. Thanks! -->
+ <requestedExecutionLevel level="asInvoker"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>
+