DotNetCore 1.0.0 VS2015 Tools Preview2 installation fail

2

I create an offline installation of DotNetCore.1.0.0 VS2015 Tools Preview2 with /layout option successfully. But when I try install it I got this error:

One or more issues caused the setup to fail. Please fix the issues and them retry setup. For more information see the log file.

0x80070001 - Incorrect function

When I inspect the detailed log file, I found the reason of error:

Setting string variable 'WixBundleLastUsedSource' to value 'D:\Install\DotnetCore-Offline\'

Error 0x80070001: Failed to extract all files from container, erf: 1:2:0

Error 0x80070001: Failed to wait for operation complete.

Error 0x80070001: Failed to open container. Error 0x80070001: Failed to open container: WixAttachedContainer.

I became of read Problems installing Dot Net Core 1.0.0 VS 2015 Tools Preview 2, but is not the same problem. The detailed complete log file can be downloaded here.

Question:

  • How I can solve this problem?
visual-studio-2015
asp.net-core
.net-core
asked on Stack Overflow Dec 21, 2016 by Joseph • edited May 23, 2017 by Community

1 Answer

2

Apparently this problem happened only to me and I will be the only person because it is fixed with DotNetCore 1.0.1 VS2015 Tools Preview 2.0.3 downloaded in the link provided by @Kos.

answered on Stack Overflow Dec 22, 2016 by Joseph • edited Dec 23, 2016 by Joseph

User contributions licensed under CC BY-SA 3.0