93
edits
Changes
m
Added alternative script
</check>
</source>
If you want to install this without extracting first you can use the following script:
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="off2007fmtconv"
name="Compatibility Pack for the 2007 Office System"
revision="200803131"
priority="1">
<check type="uninstall" condition="exists" path="Compatibility Pack for the 2007 Office system" />
<install cmd='%SOFTWARE%\off2007fmtconv\FileFormatConverters.exe /q' />
<upgrade cmd='%SOFTWARE%\off2007fmtconv\FileFormatConverters.exe /q' />
<remove cmd='msiexec /qn /x {90120000-0020-0409-0000-0000000FF1CE}' />
</package>
</packages>
</source>
[[Category:Silent_Installers]]
----