views:

113

answers:

2

I installed VS2010 pro using the web installer, but now need to install it on another machine. As this new install will require the same features as my current install, is it possible to reuse the files already downloaded? And if so, how is this achieved?

+1  A: 

You might find some tips here. This is for the older VS web installer for the express editions, but perhaps the concepts are the same.

http://vicker313.wordpress.com/2008/11/26/how-to-offline-install-visual-studio-express-without-download-the-whole-image-file/

Jon Benedicto
+1  A: 

On my machine, the setup uses files from

C:\Documents and Settings\<username>\Local settings\Temp\30319.01\1033\VS_VSTD

but I don't yet know how to reuse them, or if that directory is the result of unpacking files from somewhere else.

I used filemon to see from where the setup was reading and writing.

L. Kolmodin