117
edits
Changes
m
<upgrade cmd='' />
Add check for XP SP3.
Some installers (i.e. Adobe Reader) will require a recent version of the Windows Installer. ([http://www.microsoft.com/downloads/details.aspx?familyid=889482FC-5F56-4A38-B838-DE776FD4138C&displaylang=en download])
reboot="true"
priority="20">
<check type="logical" condition="or"> <check type="uninstall" condition="exists" path="Windows Installer 3.1 (KB893803)" /> <check type="uninstall" condition="exists" path="Windows XP Service Pack 3" /> </check>
<install cmd='%SOFTWARE%\msi\WindowsInstaller-KB893803-v2-x86.exe /quiet /norestart' >
<exit code="194" reboot="true" />
<exit code="3010" reboot="true" />
</install>
<remove cmd="C:\WINNT\$MSI31Uninstall_KB893803v2$\spuninst\spuninst.exe /quiet /norestart" />
</package>