why not block a x86 installer on x64 and vice versa ?

When going the way to block a msi in presence of another following
approach might be helpful. Not tested but should illustrate a possible
approach:

    <!-- LaunchConditions -->
    <Condition Message="X64 version already installed">
      <![CDATA[Installed OR X64_MSI_INSTALLED]]>
    </Condition>

  <Upgrade Id='UpgradeCodeOfX64Package'>
      <UpgradeVersion
           OnlyDetect='yes'
           Property='X64_MSI_INSTALLED'/>
    </Upgrade>

where UpgradeCodeOfX64Package is the UpgradeCode GUID of the x64 package.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to