pre-inst/manifest.xml.in
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jul 07 19:03:54 2016 +0100 (2016-07-07)
changeset 58 4b52e95a0104
child 72 9f4b672bd85c
permissions -rw-r--r--
First steps towards adding updatez
     1 changequote([,])dnl
     2 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     3 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
     4   <assemblyIdentity
     5     version="@PLOVER_MAJOR_VERSION@.@PLOVER_MINOR_VERSION@.@PLOVER_MICRO_VERSION@.0"
     6     name="The plover development team.plover.pre-inst" type="win32"
     7     processorArchitecture="ifelse([@HOST_CPU@],[x86_64],[ia64],[x86])" />
     8   <description>Plover pre-inst program</description>
     9   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    10     <application>
    11       <!-- Windows 7 functionality -->
    12       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
    13     </application>
    14   </compatibility>
    15   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    16     <security>
    17       <requestedPrivileges>
    18         <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
    19       </requestedPrivileges>
    20     </security>
    21   </trustInfo>
    22   <dependency>
    23     <dependentAssembly>
    24       <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls"
    25         version="6.0.0.0" processorArchitecture="*"
    26 	publicKeyToken="6595b64144ccf1df" language="*"/>
    27     </dependentAssembly>
    28   </dependency>
    29 </assembly>