Should I use vcredist.exe or the msm's to install the Visual C++ runtime library

前端 未结 6 662
独厮守ぢ
独厮守ぢ 2021-01-04 05:22

What are the pluses and minuses to using the vcredist.exe versus the msm files to install the Visual C++ 8.0 runtime libraries?

6条回答
  •  清酒与你
    2021-01-04 05:56

    Another issue with the merge modules I recently bumped into is that they set the MSI installer property ALLUSERS to 1 which means per-machine. That forces your whole install to be per-machine, which is a problem if you want it to be per-user. Whether there's a way to have a per-user installer that includes a CRT merge module I don't know, but I haven't found it yet.

提交回复
热议问题