Changes

Jump to: navigation, search

Powerpoint Viewer

477 bytes added, 11:13, 17 October 2011
no edit summary
Unpack the exe (eg with 7-zip) to get the .cab and .msi
<source lang="xml">
<!-- Powerpoint Viewer install ; for 32-bit and 64-bit hosts -->
<package
id="pptviewer"
name="Powerpoint Viewer"
revision="14.0.47304763.10101000-2011101320111017"
reboot="false"
priority="0">
<!-- doesn't work: failed to find uninstall entry
check type="uninstall" condition="versiongreaterorequal" path="Microsoft Powerpoint Viewer" value="14.0.4763.1000" /-->
<check type="logical" condition="or">
<check type="file" condition="exists" path="%PROGRAMFILES%\Microsoft Office\Office14\PPTVIEW.exe" />
<check type="file" condition="exists" path="%PROGRAMFILES(x86)%\Microsoft Office\Office14\PPTVIEW.exe" />
</check>
<install
cmd='msiexec /qb /package "%SOFTWARE%\PowerpointViewer\2010\ppviewer.msi"' />
<!-- not tested
remove cmd="MsiExec.exe /X{95140000-00AF-0409-0000-0000000FF1CE}" /-->
</package>
</source>
36
edits

Navigation menu