MSI インストーラーが少なくとも x86 プラットフォームの Windows XP SP3、x64 プラットフォームの Windows XP SP2、またはそれ以降の OS で動作するように制限しようとしています。次のマークアップでこれを行うために WiX を使用しています。
<Condition Message='Windows XP with Service Pack 3, or SP2 for 64-bit OS, or later OS is required.'>
<![CDATA[VersionNT > 501 OR (VersionNT = 501 AND ServicePackLevel = 3) OR (VersionNT64 = 501 AND ServicePackLevel = 2)]]></Condition>
しかし、x64 プラットフォーム用の Windows XP SP1 で試してみると、うまくいかないようです。