Changes

Jump to: navigation, search

Microsoft Office PowerPoint Viewer 2007 with SP2

1,238 bytes added, 17:51, 13 June 2008
New page: This updated installation allows you to install Microsoft PowerPoint Viewer 2007, then patch with Service Pack 1 automatically. Extracting from the .exe file is <b>not</b> necessary. The ...
This updated installation allows you to install Microsoft PowerPoint Viewer 2007, then patch with Service Pack 1 automatically. Extracting from the .exe file is <b>not</b> necessary.

The file version check is to ensure computers with PPT Viewer 2007 that don't have the SP1 patch will fail the installation check so that the update is installed.

<source lang="xml">
<package id="ppviewer" name="PowerPoint Viewer" revision="200706131" priority="1">
<check type="logical" condition="and">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Microsoft Office\Office12\PPTVIEW.EXE" value="12.0.6211.1000" />
<check type="uninstall" condition="exists" path="Microsoft Office PowerPoint Viewer 2007 (English)" />
</check>
<install cmd='%SOFTWARE%\ppviewer\ppv2007.exe /quiet /passive /norestart' />
<install cmd='%SOFTWARE%\ppviewer\ppv2007sp1.exe /quiet /passive /norestart' />
<upgrade cmd='%SOFTWARE%\ppviewer\ppv2007.exe /quiet /passive /norestart' />
<upgrade cmd='%SOFTWARE%\ppviewer\ppv2007sp1.exe /quiet /passive /norestart' />
<remove cmd='msiexec /qn /x {95120000-00AF-0409-0000-0000000FF1CE}' />
</package>
</source>
[[Category:Silent Installers]]
Anonymous user

Navigation menu