]> cygwin.com Git - cygwin-apps/setup.git/blame - setup64.exe.manifest
* Makefile.am (EXTRA_DIST): Add setup64.exe.manifest.
[cygwin-apps/setup.git] / setup64.exe.manifest
CommitLineData
2258d2a1
YS
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 version="1.0.0.0"
5 processorArchitecture="amd64"
6 name="RedHat.Cygwin.Setup"
7 type="win32"
8 />
9 <description>Cygwin installation tool</description>
10 <dependency>
11 <dependentAssembly>
12 <assemblyIdentity
13 type="win32"
14 name="Microsoft.Windows.Common-Controls"
15 version="6.0.0.0"
16 processorArchitecture="amd64"
17 publicKeyToken="6595b64144ccf1df"
18 language="*"
19 />
20 </dependentAssembly>
21 </dependency>
22 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
23 <security>
24 <requestedPrivileges>
25 <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
26 </requestedPrivileges>
27 </security>
28 </trustInfo>
29 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
30 <application>
31 <!--The ID below indicates application support for Windows Vista -->
32 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
33 <!--The ID below indicates application support for Windows 7 -->
34 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
35 <!--The ID below indicates application support for Windows 8 -->
36 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
37 </application>
38 </compatibility>
39</assembly>
This page took 0.025989 seconds and 5 git commands to generate.