On 14-Aug-14 17:59, Phill Hogland wrote:
> <util:ProductSearch ProductCode="{13A4EE12-23EA-3371-91EE-EFB36DDFFF3E}"
> Variable="vc2013_x86_SP1" Result="state" />
I recommend against using a product code search: If a user has a later 
version of the runtime installed, it won't be detected. (The VC runtimes 
are almost always major upgrades.)

In fact, I recommend against using any search for the VC runtime. They 
use the WixStandardBootstrapperApplication/@SuppressDowngradeFailure 
option, so you can safely always chain your desired VC runtime version. 
If it's outdated, nothing happens.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to