如何让VS变得便携

发布于 2024-11-16 06:42:25 字数 113 浏览 0 评论 0原文

我在 IDE 上做了一些阅读(我目前正在使用 Code::Blocks),每个人似乎都认为 VS 是最好的 IDE,但我想知道是否可以使其可移植。例如,将其安装在 USB 上并使其在以前从未安装过的计算机上运行。

I did some reading on IDE`s (I am currently using Code::Blocks) and everyone appears to think that VS is the best IDE but I am wondering if I can make it portable. For example installing it on a USB and have it work on a computer that has never had it installed before.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦情居士 2024-11-23 06:42:25

快速版本:不

。VS 是一个巨大的应用程序,它在某些地方与 Windows 集成:它是一个本机调试器。此外,VS 的大部分内容都是基于 COM 构建的,需要注册。

Quick version: No.

VS is a huge application, it integrates with Windows at a low level in places: it is a native debugger. Additionally much of VS is built on COM, which requires registration.

零崎曲识 2024-11-23 06:42:25

如果您要使用一组特定的计算机,您可以在所有计算机上安装一次虚拟化软件,然后在虚拟机中运行 VS。虚拟机可以直接从外部 USB 硬盘创建和运行。

我已经使用 VMWare Workstation 和免费的 VMware Player 完成了此操作。从 USB 运行 VM 的性能损失并不大,而且环境的可移植性很好。

If you have a specific set of computers that you are going to work on, you can install virtualization software in all of them once, and run VS inside a Virtual Machine. The virtual machine can be created and run directly from an external USB Hard Drive.

I have done this with both VMWare Workstation and the free VMware Player. The performance penalty of running the VM from an USB is not much and the portability of your environment is great.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文