VS 11不注意安装位置
我已经下载了 VS 11 Developer 预览版。我的 C 盘没有足够的磁盘空间,因此我输入“E:\Program Files\Visual Studio 11\
”作为安装位置,安装程序会继续,但过了一会儿,我的 < code>C: 驱动器磁盘空间不足,我在日志文件中收到以下错误:
(vs_professionalcore) 失败:错误:1601 错误消息:磁盘不足 空间 -- 卷:'C:';所需空间:606,561 KB;可用空间: 178,516 KB。释放一些磁盘空间并重试。
请注意,在安装过程中没有文件被复制到我的 E: 驱动器。解决办法是什么?
I've download VS 11 Developer preview. I do not have sufficient disk space in my C drive, so I entered "E:\Program Files\Visual Studio 11\
" as the install location and the installer continues, but after a while, my C:
drive goes out of disk space and I get the following error in the log file:
(vs_professionalcore) failed: Error: 1601 ErrorMessage: Out of disk
space -- Volume: 'C:'; required space: 606,561 KB; available space:
178,516 KB. Free some disk space and retry.
Note that no files gets copied to my E: drive during the installation process. What's the solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这并不是 VS 2011 所独有的。所有版本的 Visual Studio(至少是我自 2002 年以来使用过的所有 .NET 版本)都具有很强的依赖性,只能安装到 C: 驱动器上。
这些依赖项可以是 .NET 4.5 和各种运行时组件之类的东西。 IDE 本身就是可以放置在另一个驱动器上的所有内容。
您通常会在安装程序中看到这一点,其中显示更改驱动器盘符后,仍然会使用 C: 驱动器的大部分内容。
我决定启动一个虚拟机,看看 VS 2010 Ultimate 上 C 驱动器安装和 E 驱动器安装之间有什么区别。正如您所看到的,差异仅为约 2GB,其中大部分位于 C 驱动器上,仍然如我上面所述。
Visual Studio 2010 Ultimate C 驱动器完整安装
Visual Studio 2010 Ultimate E Drive 完整安装
This isn't unique to VS 2011. All versions of Visual Studio (at least all the .NET flavors I have used since 2002) have strong dependencies that can only installed onto the C: drive.
These dependencies can be stuff like the .NET 4.5 and various runtime components. The IDE itself is all that can be placed on another drive.
You usually see this in the installer where it will show that after changing the drive letter still large parts of the C: drive will be used.
I decided to fire up a VM and see what the difference was between C drive install and E drive install on VS 2010 Ultimate. As you can see the difference was only ~2GB with the bulk being on the C drive still as I stated above.
Visual Studio 2010 Ultimate C Drive Full Install
Visual Studio 2010 Ultimate E Drive Full Install
不幸的是,我不相信这里有解决方案。这听起来像是安装程序中的一个简单错误。唯一真正的选择是在 Visual Studio Connect 上提交错误,以确保针对 RTM
注意:这是预览版,因此质量不是 RTM 的质量。不过,我当然希望 RTM 能够修复这个问题。当我在 Visual Studio QA 工作时,特别是经常安装到非默认位置。
Unfortunately I don't believe there is a solution here. This sounds like a simple bug in the installer. The only real option is to file a bug on Visual Studio Connect to ensure it's fixed for RTM
Note: This is a preview release so quality is not that of RTM. It's certainly a case I would expect to be fixed for RTM though. When I worked in Visual Studio QA in particular often installed to non-default locations.