Difference between revisions of "OfficeForms Filler"
From WPKG | Open Source Software Deployment and Distribution
(OfficeForms Filler) |
|||
Line 1: | Line 1: | ||
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 http://www.toplev.com/resources/apps/OfficeFormsFiller.msi]. | 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 http://www.toplev.com/resources/apps/OfficeFormsFiller.msi]. | ||
+ | <source lang="xml"> | ||
<package | <package | ||
id="officeformsfiller" | id="officeformsfiller" | ||
Line 12: | Line 13: | ||
<remove cmd='msiexec /x{BEC1E8D2-5A1D-49EA-B9BC-5AEC613BF07D} /qn ' /> | <remove cmd='msiexec /x{BEC1E8D2-5A1D-49EA-B9BC-5AEC613BF07D} /qn ' /> | ||
</package> | </package> | ||
+ | </source> | ||
+ | |||
+ | |||
+ | [[category:Silent Installers]] |
Latest revision as of 15:22, 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>