266
edits
Changes
typos
<variable name="PKG_VERSION" value="4.0.5309.0" />
<check type="logical" condition="or"> <check type="uninstall" condition="versionequaltoversiongreaterorequal" path="Add-in ODF pour Microsoft Office" value="%PKG_VERSION%" /> <!-- prerequists checks --> <check type="logical" condition="not"> <!-- 2007 Compatability Pack is required in ou case--> <check type="uninstall" condition="exists" path="Module de compatibilité pour Microsoft Office System 2007" /> </check> <check type="logical" condition="not"> <!-- .NET Framework 2.0 SP1 or above is required --> <!-- This check work on Windows XP i have not tested it on Vista and 7 machines --> <check type="uninstall" condition="exists" path="Microsoft .NET Framework 2.0 Service Pack .+" /> </check> <check type="logical" condition="not"> <!-- install only if Microsoft Office 2003 is installed --> <check type="uninstall" condition="exists" path="Microsoft Office Professional Edition 2003" /> </check>
</check>