in a wix burn bootstrapper bundle: how to detect whether ms vcredist 2013 x86 is present or not? i\'m doing a check for the Upgrade Id /
Upgrade Id
I use registry serach to check if installed, try to do it as:
and the condition as:
DetectCondition="MSVC_2013_x64 AND (MSVC_2013_x64 >= v12.0.21005)"