我可以在我的设置中包含"vcredist_x86.exe"

rum*_*eep 6 installation redistributable installshield visual-c++

我在vs2008上使用c ++\cli开发了一个应用程序.如您所知,在任何计算机上部署此应用程序,我需要在目标计算机上安装vc ++ redistributable.

我想知道我是否可以在我的设置中包含vcredist_x86.exe(使用InstallShield创建)并将其安装为预构建事件?

Ste*_*han 5

如果您想知道是否允许:是的.这就是它被称为可再发行的原因.

此MSDN页面准确描述了您要执行的操作.