Difference between revisions of "Microsoft Office PowerPoint Viewer 2007 with SP2"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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 ...)
 
m
Line 1: Line 1:
 +
Silent installer for Microsoft PowerPoint Viewer 2007 with SP1.
 +
 
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.
 
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.
  

Revision as of 20:44, 13 June 2008

Silent installer for Microsoft PowerPoint Viewer 2007 with SP1.

This updated installation allows you to install Microsoft PowerPoint Viewer 2007, then patch with Service Pack 1 automatically. Extracting from the .exe file is not 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.

<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>