pre-inst/manifest.xml.in
changeset 51 ea1c42c3a780
child 72 9f4b672bd85c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pre-inst/manifest.xml.in	Tue Jun 28 19:05:38 2016 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +changequote([,])dnl
     1.5 +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     1.6 +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
     1.7 +  <assemblyIdentity
     1.8 +    version="@PLOVER_MAJOR_VERSION@.@PLOVER_MINOR_VERSION@.@PLOVER_MICRO_VERSION@.0"
     1.9 +    name="The plover development team.plover.pre-inst" type="win32"
    1.10 +    processorArchitecture="ifelse([@HOST_CPU@],[x86_64],[ia64],[x86])" />
    1.11 +  <description>Plover pre-inst program</description>
    1.12 +  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    1.13 +    <application>
    1.14 +      <!-- Windows 7 functionality -->
    1.15 +      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
    1.16 +    </application>
    1.17 +  </compatibility>
    1.18 +  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    1.19 +    <security>
    1.20 +      <requestedPrivileges>
    1.21 +        <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
    1.22 +      </requestedPrivileges>
    1.23 +    </security>
    1.24 +  </trustInfo>
    1.25 +  <dependency>
    1.26 +    <dependentAssembly>
    1.27 +      <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls"
    1.28 +        version="6.0.0.0" processorArchitecture="*"
    1.29 +	publicKeyToken="6595b64144ccf1df" language="*"/>
    1.30 +    </dependentAssembly>
    1.31 +  </dependency>
    1.32 +</assembly>