Difference between revisions of "Microsoft Office Word Viewer 2007"
From WPKG | Open Source Software Deployment and Distribution
m |
m (Added remove command) |
||
Line 3: | Line 3: | ||
<source lang="xml"> | <source lang="xml"> | ||
<package | <package | ||
− | id=" | + | id="wordviewer" |
name="Microsoft Office Word Viewer 2007" | name="Microsoft Office Word Viewer 2007" | ||
− | revision=" | + | revision="12" |
reboot="false" | reboot="false" | ||
priority="10"> | priority="10"> | ||
− | <check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" /> <!-- for | + | <check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" /> <!-- Word Viewer for Word 2007 is Word Viewer 2003 with Update --> |
− | <install cmd=' | + | <install cmd='%SOFTWARE%\MicrosoftOfficeViewer\wordview_en-us.exe /quiet /passive /norestart' /> |
− | <upgrade cmd=' | + | |
− | <remove cmd=' | + | <upgrade cmd='%SOFTWARE%\MicrosoftOfficeViewer\wordview_en-us.exe /quiet /passive /norestart' /> |
+ | |||
+ | <remove cmd='msiexec /qb /x{90850409-6000-11D3-8CFE-0150048383C9}' /> | ||
</package> | </package> | ||
</source> | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 11:43, 29 September 2009
Silent installer for Microsoft Word 2007 Viewer.
<package
id="wordviewer"
name="Microsoft Office Word Viewer 2007"
revision="12"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Microsoft Office Word Viewer 2003" /> <!-- Word Viewer for Word 2007 is Word Viewer 2003 with Update -->
<install cmd='%SOFTWARE%\MicrosoftOfficeViewer\wordview_en-us.exe /quiet /passive /norestart' />
<upgrade cmd='%SOFTWARE%\MicrosoftOfficeViewer\wordview_en-us.exe /quiet /passive /norestart' />
<remove cmd='msiexec /qb /x{90850409-6000-11D3-8CFE-0150048383C9}' />
</package>