update/manifest.xml.in
changeset 46 360621bc323e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/update/manifest.xml.in	Fri Jun 24 17:30:23 2016 +0100
     1.3 @@ -0,0 +1,22 @@
     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.update" type="win32"
    1.10 +    processorArchitecture="ifelse([@HOST_CPU@],[x86_64],[ia64],[x86])" />
    1.11 +  <description>Plover update 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 +</assembly>