update/updatez.manifest.in
changeset 61 31fb35727621
parent 60 772ff096a326
child 62 5c3ef7363959
     1.1 --- a/update/updatez.manifest.in	Fri Jul 08 08:33:44 2016 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,22 +0,0 @@
     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.updatez" 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>