我无法从以下链接安装ASP.NET 5 RC,因为下载因断开连接而不断中断。有没有办法离线下载所有可安装文件,以便我也可以在多台机器上安装它?
答案 0 :(得分:2)
Download RC2 Preview Installer
Open a command prompt to the install directory and run DotNetCore.1.0.0.RC2-VS2015Tools.Preview1.exe /Layout .\Setup
to download all the installer files to a folder in the current directory called "Setup".
Copy those setup files over to the internetless computer.
Adapted from hard to understand blog post
答案 1 :(得分:1)
由于这个版本不是正式的1.0版本,我认为我们还没有看到离线安装程序。
此外,这个版本的.NET依赖于Nuget.org上的严重和互联网连接。如果您的组织无法打开对Microsoft拥有的网站的访问权限......升级软件包时会遇到很多问题,而且只是简单地安装Javascript库。
您需要访问asp.net,microsoft.com,nuget.org,github.com,npm ...我的离线安装程序是您遇到的最少问题。
答案 2 :(得分:0)
由于存在临时错误,您可能无法为Visual Studio 2015安装程序安装.NET Core Tooling Preview 2。要解决此问题,请使用SKIP_VSU_CHECK = 1参数从命令行运行安装程序,如下例所示。
DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK = 1