Difference between revisions of "Powerpoint Viewer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 21:34, 25 February 2006

This is a silent installer and uninstaller for Powerpoint Viewer.

First, you need to extract the .msi package from the .exe installer.

<package
       id="ppviewer"
       name="Powerpoint Viewer"
       revision="1"
       priority="1">
       <check type="uninstall" condition="exists" path="Microsoft Office PowerPoint Viewer 2003" />
       <install cmd="msiexec.exe /qn /i \\radca\programy\ppviewer\ppviewer.msi" />
       <remove cmd="msiexec.exe /qn /x \\radca\programy\ppviewer\ppviewer.msi" />
</package>