summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/stwrapper/stwrapper.manifest
blob: ec639e45cb049b4efeb4c30543832d5fbdc06585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>