Difference between revisions of "Office File Validation"
From WPKG | Open Source Software Deployment and Distribution
(fixed hyperlink) |
m |
||
Line 19: | Line 19: | ||
</source> | </source> | ||
− | [[Category:Silent | + | [[Category:Silent Installers]] |
[[Category:Microsoft Office]] | [[Category:Microsoft Office]] |
Latest revision as of 08:26, 7 July 2011
The KB2501584 Office File Validation add-in works with Office 2003, 2007 and 2010. Architecture updates need to be applied to Office 2003 and 2007 (see the KB article), but Microsoft Update should be able to download them on its own. Office File Validation requires a license agreement to be accepted, so Microsoft Update won't install it non-interactively.
<package id="msoffice-ofv" name="Office File Validation (depends on Office 2007)" revision="1" reboot="false" priority="0">
<!-- change this if switching to Office 2010 -->
<!-- this also depends on KB2464605 and KB2464599, which, as far as I know,
will be automatically installed by Microsoft Update. OFV won't be
automatically installed because it requires a license be accepted. -->
<depends package-id="msoffice2007"/>
<check type="uninstall" condition="exists" path="Microsoft Office File Validation Add-In"/>
<install cmd=""%SOFTWARE%\ofv\OFV.exe" /quiet /norestart"/>
<remove cmd="MsiExec.exe /I{90140000-2005-0000-0000-0000000FF1CE}"/>
</package>