summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/stwrapper/stwrapper.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/stwrapper/stwrapper.manifest')
-rw-r--r--setup_native/source/win32/stwrapper/stwrapper.manifest20
1 files changed, 20 insertions, 0 deletions
diff --git a/setup_native/source/win32/stwrapper/stwrapper.manifest b/setup_native/source/win32/stwrapper/stwrapper.manifest
new file mode 100644
index 000000000000..ec639e45cb04
--- /dev/null
+++ b/setup_native/source/win32/stwrapper/stwrapper.manifest
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<!-- Copyright © 1981-2001 Microsoft Corporation -->
+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
+ <assemblyIdentity
+ type="win32"
+ name="Service Tags Wrapper"
+ version="1.0.0.0"
+ processorArchitecture="x86"
+ />
+ <description>OpenOffice.org Installer</description>
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker" />
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+ <dependency>
+ </dependency>
+</assembly>