Difference between revisions of "Word Viewer"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Word Viewer. | This is a silent installer and uninstaller for Word Viewer. | ||
− | + | <source lang="xml"> | |
+ | <package id="wordviewer" name="Word Viewer" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" /> | <check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" /> | ||
− | <install cmd='msiexec /qb /i | + | <install cmd='msiexec /qb /i %SOFTWARE%\Viewers\wordview.msi' /> |
<remove cmd="msiexec /qb /l* c:\netinst\logs\wordviewer.log x{90850409-6000-11D3-8CFE-0150048383C9}" /> | <remove cmd="msiexec /qb /l* c:\netinst\logs\wordviewer.log x{90850409-6000-11D3-8CFE-0150048383C9}" /> | ||
− | + | </package> | |
− | + | </source> | |
− | [[ | + | |
+ | [[Category:Silent Installers]] | ||
+ | [[Category:Microsoft Office]] |
Latest revision as of 12:38, 1 April 2011
This is a silent installer and uninstaller for Word Viewer.
<package id="wordviewer" name="Word Viewer" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" />
<install cmd='msiexec /qb /i %SOFTWARE%\Viewers\wordview.msi' />
<remove cmd="msiexec /qb /l* c:\netinst\logs\wordviewer.log x{90850409-6000-11D3-8CFE-0150048383C9}" />
</package>