msvcp71.dll和msvcr71.dll - 如何制作安装程序包? [英] msvcp71.dll and msvcr71.dll - how to make installer package?

查看:84
本文介绍了msvcp71.dll和msvcr71.dll - 如何制作安装程序包?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我们在设置软件时遇到了一个特殊问题。


有些客户抱怨他们的服务器不包含两个dll msvcp71.dll和msvcr71.dll,但我们的配置管理(进行设置的dpt)说这是第三方,必须从Microsoft下载。


那么这些dll存在于哪个运行时?从哪里获得它们?


有些论坛告诉我要获得C ++ .net可再发行组件,但是没有这样的可再发行组件,这些dll显然不是任何版本的Dot Net的一部分,它们属于C ++运行时,它们可以用旧版本
的Visual Studio制作


这些dll不在C ++ 2005,2008或2010运行时包中。

解决方案

7.1运行时,.NET 1.1的一部分,它真的很旧。将出现警告,试图在Windows 7或更高版本上安装.NET 1.1。您可能希望对设置进行一些更新。


此外,这是Windows Embedded Standard论坛。请重新发布到Visual Studio论坛:

https://social.msdn.microsoft.com/Forums/en-US/home?forum=visualstudiogeneral&filter=alltypes&sort=lastpostdesc


有人可以解释如何创建包含运行时间的安装程序。


Hi,

we have a special problem with making a working setup of our software.

Some customers complain that their servers don't contain the two dlls msvcp71.dll and msvcr71.dll, but our config management (the dpt that makes the setup) say this is third party and must be downloaded from Microsoft.

So in which runtime these dlls are present? Where to get them?

Some forums tell me to get the C++ .net redistributables, but there is no such a redistributable package, and these dlls are clearly not parts of Dot Net of any version, they belong to C++ runtimes they could be made with an older version of Visual studio

And these dlls are not in the C++ 2005, 2008 or 2010 runtime packages.

解决方案

The 7.1 runtimes where part of .NET 1.1, which is really old. Warning will appear of .NET 1.1 is attempted to be installed on Windows 7 or later. You might want to do some updating on your setup.

Also, this is the Windows Embedded Standard forum. Please repost to the Visual Studio forum: https://social.msdn.microsoft.com/Forums/en-US/home?forum=visualstudiogeneral&filter=alltypes&sort=lastpostdesc

Someone there could explain how to create an installer that includes the run times.


这篇关于msvcp71.dll和msvcr71.dll - 如何制作安装程序包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆