Difference between revisions of "Word Perfect"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer for Word Perfect. | This is a silent installer for Word Perfect. | ||
− | + | <source lang="xml"> | |
+ | <package id="wordperfect" name="WordPerfect" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="WordPerfect Office 11" /> | <check type="uninstall" condition="exists" path="WordPerfect Office 11" /> | ||
<install cmd='%SOFTWARE%\wordperfect\setup /w /s /v"/qn" ' /> | <install cmd='%SOFTWARE%\wordperfect\setup /w /s /v"/qn" ' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 11:08, 1 May 2008
This is a silent installer for Word Perfect.
<package id="wordperfect" name="WordPerfect" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="WordPerfect Office 11" />
<install cmd='%SOFTWARE%\wordperfect\setup /w /s /v"/qn" ' />
</package>