I installed Visual Studio 2010 and applied SP1 and then my HDD died and I had to uninstall and install Visual Studio.
Now trying to apply SP1 again however the installer gets stuck. When I check the logs, this is the error :
INSTALLMESSAGE_OUTOFDISKSPACE
It's trying to check the disk space in a non-existent volume (D:) in this case instead of the new volume of installation and gets in a recursive loop.
The following repeats itself thousands times in the logs
Returning IDCANCEL. INSTALLMESSAGE_OUTOFDISKSPACE [Out of disk space -- Volume: 'D:'; required space: 7,090 KB; available space: 0 KB. Free some disk space and retry.]
Returning IDNO. INSTALLMESSAGE_USER [Are you sure you want to cancel?]
Returning IDCANCEL. INSTALLMESSAGE_OUTOFDISKSPACE [Out of disk space -- Volume: 'D:'; required space: 7,090 KB; available space: 0 KB. Free some disk space and retry.]
Returning IDNO. INSTALLMESSAGE_USER [Are you sure you want to cancel?]
Returning IDCANCEL. INSTALLMESSAGE_OUTOFDISKSPACE [Out of disk space -- Volume: 'D:'; required space: 7,090 KB; available space: 0 KB. Free some disk space and retry.]
Returning IDNO. INSTALLMESSAGE_USER [Are you sure you want to cancel?]
Returning IDCANCEL. INSTALLMESSAGE_OUTOFDISKSPACE [Out of disk space -- Volume: 'D:'; required space: 7,090 KB; available space: 0 KB. Free some disk space and retry.]
Returning IDNO. INSTALLMESSAGE_USER [Are you sure you want to cancel?]
I tried Microsoft Fix it for cleanup uninstall but didn't work, it's still same.
What's the way to actually clean up after Visual Studio SP1 so it won't look at the previous installation directory?