Sun ODF Plugin for Microsoft Office 3.1

Sun ODF Plugin for Microsoft 3.2

Download it from here: http://www.chip.de/downloads/Sun-ODF-Plug-in-fuer-Microsoft-Office_24293087.html

This Version is free, it seems that a newer version of the plugin costs money

<?xml version="1.0" encoding="UTF-8"?>

<package
    id="openofficeodf"	
    name="Open Office ODF Plugin"
    revision="32"
    reboot="false"
    priority="0">
    <check type="uninstall" condition="exists" path="Sun ODF Plugin for Microsoft Office 3.2" />
    <install cmd='msiexec /i %SOFTWARE%\SunODFplugin\odfplugin.msi /qn ' />
    <remove  cmd='MsiExec.exe /X{BD136CE7-6666-4273-A056-8D92F8625AAB} /qn ' />
</package>


Sun ODF Plugin for Microsoft 3.1

Silent installer for Sun ODF Plugin for Microsoft Office 3.1.

This application adds support to Microsoft Office 2003/2007 for OpenOffice document filetypes.

Download the installer from Sun here http://www.sun.com/software/star/odf_plugin/get.jsp

Using 7Zip or WinRar extract the odfplugin.msi from the installer.

<package
    id="openofficeodf"	
    name="Open Office ODF Plugin"
    revision="31"
    reboot="false"
    priority="0">
    <check type="uninstall" condition="exists" path="Sun ODF Plugin for Microsoft Office 3.1" />
    <install cmd='msiexec /i %SOFTWARE%\SunODF\odfplugin.msi /qn ' />
    <remove  cmd='MsiExec.exe /x{DF204E20-C29C-4434-BCFE-D9BAF76CEF8D} /qn ' />
</package>