pre-inst should install 'installer' group rather than the hardcoded plover-gtkui
2 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
5 version="@PLOVER_MAJOR_VERSION@.@PLOVER_MINOR_VERSION@.@PLOVER_MICRO_VERSION@.@PLOVER_PATCH_LEVEL@"
6 name="The plover development team.plover.plover-open" type="win32"
7 processorArchitecture="ifelse([@HOST_CPU@],[x86_64],[ia64],[x86])" />
8 <description>Package Handler</description>
9 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
11 <!-- Windows 7 functionality -->
12 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
15 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
18 <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
19 </requestedPrivileges>