"RW" <[EMAIL PROTECTED]> writes:

> How do you create a <CONDITION> based on a MsiProductCheck.
>
> I.e. I want the MSI to fail unless the VC++ runtimes are installed.
>
> I want to simulate this: Running MsiProductCheck with ProductCode
> '{FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4}'

If you can find the upgrade code for that product, perhaps you
could add to the Upgrade table a row that detects products with
that upgrade code and sets a property, then check whether the
desired product code is listed in the property.

Alternatively, you could have an immediate DLL custom action call
MsiGetProductInfo.

Attachment: pgpb5VULkm2DC.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to