OfficeForms Filler

This is software required to fill in a lot of UK Government application forms particularly for things like grant applications. You can download it from here http://www.toplev.com/resources/apps/OfficeFormsFiller.msi.

 <package
    id="officeformsfiller"
    name="Office Forms Filler"
    revision="%version%"
    reboot="false"
    priority="2">
    <variable name="version" value="9.0.1.11" />
    <check type="uninstall" condition="versionequalto" path="OfficeForms Filler" value="%version%"/>
    <install cmd='msiexec /i %SOFTWARE%\OfficeFormsFiller\OfficeFormsFiller.msi ALLUSERS=1 /qn ' />
    <remove cmd='msiexec /x{BEC1E8D2-5A1D-49EA-B9BC-5AEC613BF07D} /qn ' />
 </package>