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?