What are the pluses and minuses to using the vcredist.exe versus the msm files to install the Visual C++ 8.0 runtime libraries?
|
1
|
|
|
|
|
|
Merge Modules can not be updated (unless they solved that in Windows Installer) once they are installed, so my advice would be to stick with vcredist.exe. |
||||
|
|
|
To point out the obvious, Merge Modules are not really a good solution if you aren't going to use an MSI installer. Vcredist is absurdly simple to use regardless of the install process you are using. |
||
|
|
|
|
MSM will give you a better streamline experience then vcredist, it will integrate with the progress bar and will rollback on error (or cancel). Because of all of the above reasons I usually choose to use the msm (and its more or less one Wix liner to use it). |
||
|
|
|
Have you considered statically linking instead? Then you don't have a redistribution problem. |
||
|
|
