如何让VS变得便携
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
快速版本:不
。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.
如果您要使用一组特定的计算机,您可以在所有计算机上安装一次虚拟化软件,然后在虚拟机中运行 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.