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

查看:149
本文介绍了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最明显的 not 设计如下。它在安装过程中对注册表进行了广泛的修改,并且这些条目(以及任何其他资源,如特殊文件夹位置)将在任何其他计算机上丢失。

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天全站免登陆