Difference between revisions of "OfficeForms Filler"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(OfficeForms Filler)
(No difference)

Revision as of 09:19, 22 May 2012

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>