detect presence of vcredist - using the UpgradeCode

前端 未结 2 705
予麋鹿
予麋鹿 2021-01-02 19:25

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 /

2条回答
  •  無奈伤痛
    2021-01-02 19:45

    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)"
    

提交回复
热议问题