Visual Studio 2010をインストールしてSP1を適用した後、HDDが停止し、VisualStudioをアンインストールしてインストールする必要がありました。
SP1を再度適用しようとしていますが、インストーラーがスタックします。ログを確認すると、これはエラーです:
INSTALLMESSAGE_OUTOFDISKSPACE
この場合、新しいインストールボリュームではなく、存在しないボリューム(D :)のディスク領域をチェックしようとして、再帰ループに入ります。
以下はログで何千回も繰り返されます
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?]
クリーンアップアンインストールのためにMicrosoftFixを試しましたが、機能しませんでした。それでも同じです。
Visual Studio SP1の後で実際にクリーンアップして、以前のインストールディレクトリを見ないようにする方法は何ですか?