Visual Studio Express 可以从 USB 驱动器运行吗? [英] Can Visual Studio Express run from USB drive?

查看:14
本文介绍了Visual Studio Express 可以从 USB 驱动器运行吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用任意 Windows 机器(2000/XP 或更高版本),我可以

Using an arbitrary Windows machine (2000/XP or later), I can

  1. 将 Eclipse CDT 安装到 USB 驱动器

  1. install Eclipse CDT to a USB drive

将该 USB 驱动器移到另一个Windows 机器——没有的机器拥有任何形式的 Eclipse 软件已安装,并且可能是不同版本的 Windows(但 2000/XP 或更高版本)

move that USB drive onto a different Windows machine--one that does not have any form of Eclipse software already installed, and potentially a different version of Windows (but 2000/XP or later)

使用 Eclipse 在第二台机器上开发应用级 C/C++ 程序(包括使用调试器),直接从 USB 驱动器运行,无需将任何内容复制到 C:.

use Eclipse to develop application-level C/C++ programs on that second machine (and that includes using the debugger), running directly from the USB drive without copying anything to C:.

我可以在 任何一台机器上拥有管理员权限的情况下完成所有这些操作.

I can do all this without having Administrator privileges on either machine.

我可以用 NetBeans 和其他几个支持 C/C++ 开发的 IDE 做同样的事情.

I can do the same with NetBeans, and with several other IDEs that support C/C++ development.

任何版本的 Visual Studio Express 都可以做到这一点吗?

Is it possible to do this with any version of Visual Studio Express?

如果不是,您能解释一下这不起作用的技术原因吗?

If not, can you explain the technical reason(s) this doesn't work?

推荐答案

Eclipse 显然被设计成微软所谓的 XCOPY 部署...意味着它不需要 Windows 注册表中的任何特殊条目(或目标计算机上的任何其他安装标识")即可正常工作.

Eclipse is apparently designed to be what Microsoft calls an XCOPY deployment...meaning that it doesn't require any special entries in the Windows Registry (or any other "installation identity" on the target machine) in order to work properly.

Visual Studio 绝对不是这样设计的.它在安装过程中对注册表进行大量修改,这些条目(以及任何其他资源,如特殊文件夹位置)在任何其他计算机上都将丢失.

Visual Studio is most decidedly not designed like this. It makes extensive modifications to the registry during installation, and those entries (and any other resources like special folder locations) will be missing on any other computer.

因此,您也许可以在拇指驱动器上安装 Visual Studio,但安装的一些工件将放在 C: 驱动器上,您只能在该计算机上使用拇指驱动器.

So you might be able to install Visual Studio on a thumb drive, but some artifacts of the installation will be put on the C: drive, and you will only be able to use the thumb drive with that machine.

这篇关于Visual Studio Express 可以从 USB 驱动器运行吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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