Difference between revisions of "Word Viewer"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add cat) |
||
Line 9: | Line 9: | ||
</source> | </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>