我可以包含“vcredist_x86.exe”吗?在我的设置中
我有一个在 vs2008 上使用 c++\cli 开发的应用程序。正如您所知,要在任何计算机上部署此应用程序,我需要在目标计算机上安装 vc++ 可再发行组件。
我想知道是否可以在我的设置中包含 vcredist_x86.exe(使用 InstallShield 创建)并将其安装为预构建事件?
I have an application developed using c++\cli on vs2008. As you are aware to deploy this application on any machine, i need the vc++ redistributable to be installed on the target machine.
I wanted to know if i could include the vcredist_x86.exe in my setup (created using InstallShield) and install it as a pre-build event?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想知道是否允许:是。这就是它被称为可再发行的原因。
此 MSDN 页面准确描述了您想要执行的操作。
If you want to know if it is allowed: Yes. This is why it is called redistributable.
This MSDN page describes exactly what you want to do.