jjzjj

vcredist

全部标签

c++ - 我应该使用 vcredist.exe 还是 msm 来安装 Visual C++ 运行时库

使用vcredist.exe与msm文件安装VisualC++8.0运行时库的优缺点是什么? 最佳答案 合并模块一旦安装就无法更新(除非他们在WindowsInstaller中解决了这个问题),所以我的建议是坚持使用vcredist.exe。 关于c++-我应该使用vcredist.exe还是msm来安装VisualC++运行时库,我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/questions/1

c++ - 当我在一台机器上开发一个 EXE 并在另一台机器上运行它时,为什么安装 vcredist_x86.exe 不能修复 SideBySide 错误?

问题我在WindowsXPProfessionalVersion2002ServicePack3上使用MicrosoftVisualStudio2005Verison8.0.50727.762(SP.050727-7600)编写了一个名为“Foo”的C++项目。我将该项目构建到Foo.exe中。然后,我将文件Foo.exe复制到WindowsServer2003EnterpriseEditionServicePack2。当我尝试运行它时,它失败并出现此错误,C:\foo.exeTheapplicationhasfailedtostartbecausetheapplicationconf
12