简体   繁体   English

VC_redistx64 package可以在没有visual studio的情况下安装使用吗?

[英]Can VC_redistx64 package be installed and used, without visual studio?

I understand vc_redistributable is a set of libraries required to run applications built out of Visual studio.我了解 vc_redistributable 是运行由 Visual Studio 构建的应用程序所需的一组库。 So at my work place, can I install vc_redist on a device and avail its benefits without installing visual studio on that device?那么在我的工作场所,我可以在设备上安装 vc_redist 并利用它的好处,而无需在该设备上安装 Visual Studio 吗?

Yes, and it is considered to be a preferred way to make the application running on other devices.是的,它被认为是使应用程序在其他设备上运行的首选方式。

Can be downloaded from Microsoft site https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads可以从微软网站https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads下载

Alternate ways include statically linking, or distribute DLLs locally.替代方法包括静态链接,或在本地分发 DLL。

Note that the debug version is not distributed with vc_redist , generally you should not distribute the debug build of your software.请注意,调试版本不与vc_redist一起分发,通常您不应分发软件的调试版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio软件包(vsix)-未安装Visual Studio的Team City - Visual Studio Package (vsix) - Team City without Visual Studio installed 为什么Visual Studio无法识别已安装的软件包? - Why Visual Studio doesnt recognize the installed package? Wcf 测试客户端如何在没有 Visual Studio 的情况下使用? - How can the Wcf Test Client be used without Visual Studio? 可以在Visual Studio中安装OpenMDAO吗? - Can OpenMDAO be installed in Visual Studio? 没有安装某些程序包的Visual Studio 2017 - Visual Studio 2017 installed without some packages 我已经在 Visual Studio 中安装了 Microsoft.Graph.Beta 包,但无法导入它 - I have installed the package Microsoft.Graph.Beta in visual studio but can't import it MSBuild 16 在没有安装 Visual Studio 的情况下不会发布 - MSBuild 16 is not publishing without visual studio installed 没有安装Visual Studio的应用程序崩溃 - Application crash without Visual Studio installed 是否在未安装Visual Studio的情况下编译Visual Studio项目? - Compile Visual Studio projects without having Visual Studio installed? 如何在Visual Studio 2022中创建C#应用程序安装程序,无需管理员权限即可安装? - How to create C# application installer in Visual Studio 2022, which can be installed without administrator rights?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM