views:

211

answers:

2

I recently did an online installation of SP1 for VS 2008, where installation of VS 2008 + .NET 3.5 SP1 didn't provide me with templates for the Entity Framework and others. I now have to move VS 2008 to another machine, and I don't want to wait out a 500MB download again. Is there anywhere I can find the package downloaded by the download manager?

Extra: I have since located the .iso file, which I had previously downloaded. It is called VS2008SP1ENUX1512962.iso, but the problem with this is that it includes updates for all VS features, and weighs in at >850 MB. It would be more 'download' damage than using the installer afresh if the .iso wasn't available.

A: 

Not sure but you can try searching under these paths:

%userprofile%\AppData\Local\Temp (probably %userprofile%\AppData\Local\Temp\Microsoft Visual Studio 2008 SP1)

You can also try to search for this file: VS90sp1-KB945140-ENU.exe

(it may reside under %TEMP%\VS90sp1-KB945140-ENU.exe)

DmitryK
I have the file you mention, but that is the installer. It starts a long download, which it has done before, and I would like to avoid redoing that download.
ProfK
Try to do a search for files (all files) under %userprofile%\AppData\Local\Temp and then sort by size descending. Look for some really big files.
DmitryK
A: 

Could you be more specific with what type of Visual Studio you have? Did you use the download manager for the Express Edition from the Microsoft or did you purchase and download it elsewhere? Do you just want the SP1 installer or the whole Studio?

MagikWorx
I have the full (pro?) VS. I'm not looking for the Sp installer, but what the installer downloaded last time I ran it, to avoid the same download.
ProfK
MagikWorx
Also, they seem to delete after the install, so you need to copy them during the install.
MagikWorx