Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0 RC1 installer fails #5202

Closed
martincostello opened this issue Sep 14, 2020 · 3 comments
Closed

5.0 RC1 installer fails #5202

martincostello opened this issue Sep 14, 2020 · 3 comments
Labels
area-setup Issues related to installing .NET Core

Comments

@martincostello
Copy link
Member

5.0 RC1 installer fails to install

Trying to install the .NET 5 RC1 x64 SDK from https://download.visualstudio.microsoft.com/download/pr/4a5cbbd8-0dc0-4340-a5df-6b143c4057b8/d4529217f26acc908a5800d13744c189/dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe fails - it appears that the MSI is not Authenticode signed.

If Smart Screen warnings are ignored, the installer fails with an error.

Screenshots of errors and log below.

I've tried this on both a work laptop on a VPN and my own personal laptop on home Wifi.

image

setup-failed

[5BC0:4428][2020-09-14T18:23:50]i001: Burn v3.10.4.4718, Windows v10.0 (Build 19041: Service Pack 0), path: C:\Users\MARTIN~1.COS\AppData\Local\Temp\{A5CC1C0F-0A1C-449A-9B7D-CAFD032E1E2F}\.cr\dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'DOTNETHOME_X86' to value '[ProgramFilesFolder]dotnet'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'DOTNETHOME_X64' to value '[ProgramFiles64Folder]dotnet'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'DOTNETHOME' to value '[DOTNETHOME_X64]'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'BUNDLEMONIKER' to value 'Microsoft .NET SDK 5.0.100-rc.1.20452.10'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'DOTNETSDKVERSION' to value '5.0.100-rc.1.20452.10'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'DOTNETRUNTIMEVERSION' to value '5.0.0-rc.1.20451.14'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'ASPNETCOREVERSION' to value '5.0.0-rc.1.20451.17'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'WINFORMSANDWPFVERSION' to value '5.0.0-rc.1.20452.2'
[5BC0:4428][2020-09-14T18:23:50]i000: Initializing string variable 'DOTNETHOMESIMILARITYCHECKOVERRIDE' to value ''
[5BC0:4428][2020-09-14T18:23:50]i009: Command Line: '-burn.clean.room=C:\Users\martin.costello\Downloads\dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe -burn.filehandle.attached=536 -burn.filehandle.self=644'
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\martin.costello\Downloads\dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe'
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\martin.costello\Downloads\'
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350.log'
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'WixBundleName' to value 'Microsoft .NET SDK 5.0.100-rc.1.20452.10 (x64)'
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'WixBundleManufacturer' to value 'Microsoft Corporation'
[5BC0:59A0][2020-09-14T18:23:50]i000: Setting numeric variable 'WixStdBALanguageId' to value 1033
[5BC0:59A0][2020-09-14T18:23:50]i000: Setting version variable 'WixBundleFileVersion' to value '5.1.20.45210'
[5BC0:4428][2020-09-14T18:23:50]i100: Detect begin, 15 packages
[5BC0:4428][2020-09-14T18:23:50]i000: Setting numeric variable 'DotnetInstallLocationExists_x64' to value 1
[5BC0:4428][2020-09-14T18:23:50]i000: Setting numeric variable 'DotnetInstallLocationExists_x86' to value 1
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'DotnetInstallLocationExists_x64' evaluates to true.
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'DOTNETHOME_X64' to value 'C:\Program Files\dotnet'
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'NOT DotnetInstallLocationExists_x64' evaluates to false.
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'DotnetExeExists_x64' evaluates to false.
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'DotnetInstallLocationExists_x86' evaluates to true.
[5BC0:4428][2020-09-14T18:23:50]i000: Setting string variable 'DOTNETHOME_X86' to value 'C:\Program Files (x86)\dotnet'
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'NOT DotnetInstallLocationExists_x86' evaluates to false.
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'DotnetExeExists_x86' evaluates to false.
[5BC0:4428][2020-09-14T18:23:50]i102: Detected related bundle: {6d911434-18f6-487a-9496-c7140fd80ab0}, type: Upgrade, scope: PerMachine, version: 5.1.20.41709, operation: MajorUpgrade
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_runtime_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_hostfxr_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_host_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: windowsdesktop_runtime_5.0.0_rc.1.20452.2_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_targeting_pack_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_x86.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: netstandard_targeting_pack_2.1.0_win_x64.msi, state: Present, cached: Complete
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: aspnetcore_targeting_pack_5.0.0_rc.1.20451.17_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: windowsdesktop_targeting_pack_5.0.0_rc.1.20452.2_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_50templates_5.0.100_rc.1.20452.10_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: dotnet_sdk_internal_5.0.100_rc.1.20452.10_win_x64.msi, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i101: Detected package: AspNetCoreSharedFramework_x64, state: Absent, cached: None
[5BC0:4428][2020-09-14T18:23:50]i052: Condition 'WixBundleInstalled OR ((NOT (DOTNETHOME_X64 ~= DOTNETHOME_X86)) OR DOTNETHOMESIMILARITYCHECKOVERRIDE)' evaluates to true.
[5BC0:4428][2020-09-14T18:23:50]i199: Detect complete, result: 0x0
[5BC0:4428][2020-09-14T18:23:51]i200: Plan begin, 15 packages, action: Install
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_runtime_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_000_dotnet_runtime_5.0.0_rc.1.20451.14_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_runtime_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_000_dotnet_runtime_5.0.0_rc.1.20451.14_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_hostfxr_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_001_dotnet_hostfxr_5.0.0_rc.1.20451.14_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_hostfxr_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_001_dotnet_hostfxr_5.0.0_rc.1.20451.14_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_host_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_002_dotnet_host_5.0.0_rc.1.20451.14_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_host_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_002_dotnet_host_5.0.0_rc.1.20451.14_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_windowsdesktop_runtime_5.0.0_rc.1.20452.2_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_003_windowsdesktop_runtime_5.0.0_rc.1.20452.2_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_windowsdesktop_runtime_5.0.0_rc.1.20452.2_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_003_windowsdesktop_runtime_5.0.0_rc.1.20452.2_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_targeting_pack_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_004_dotnet_targeting_pack_5.0.0_rc.1.20451.14_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_targeting_pack_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_004_dotnet_targeting_pack_5.0.0_rc.1.20451.14_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_005_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_005_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_x86.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_006_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_x86.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_x86.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_006_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_x86.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_007_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_007_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_008_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_008_dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_aspnetcore_targeting_pack_5.0.0_rc.1.20451.17_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_009_aspnetcore_targeting_pack_5.0.0_rc.1.20451.17_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_aspnetcore_targeting_pack_5.0.0_rc.1.20451.17_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_009_aspnetcore_targeting_pack_5.0.0_rc.1.20451.17_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_windowsdesktop_targeting_pack_5.0.0_rc.1.20452.2_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_010_windowsdesktop_targeting_pack_5.0.0_rc.1.20452.2_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_windowsdesktop_targeting_pack_5.0.0_rc.1.20452.2_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_010_windowsdesktop_targeting_pack_5.0.0_rc.1.20452.2_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_50templates_5.0.100_rc.1.20452.10_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_011_dotnet_50templates_5.0.100_rc.1.20452.10_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_50templates_5.0.100_rc.1.20452.10_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_011_dotnet_50templates_5.0.100_rc.1.20452.10_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_dotnet_sdk_internal_5.0.100_rc.1.20452.10_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_012_dotnet_sdk_internal_5.0.100_rc.1.20452.10_win_x64.msi_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_dotnet_sdk_internal_5.0.100_rc.1.20452.10_win_x64.msi' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_012_dotnet_sdk_internal_5.0.100_rc.1.20452.10_win_x64.msi.log'
[5BC0:4428][2020-09-14T18:23:51]i052: Condition 'VersionNT64 AND (NOT OPT_NO_SHAREDFX)' evaluates to true.
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleRollbackLog_AspNetCoreSharedFramework_x64' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_013_AspNetCoreSharedFramework_x64_rollback.log'
[5BC0:4428][2020-09-14T18:23:51]i000: Setting string variable 'WixBundleLog_AspNetCoreSharedFramework_x64' to value 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\Microsoft_.NET_SDK_5.0.100-rc.1.20452.10_(x64)_20200914182350_013_AspNetCoreSharedFramework_x64.log'
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_runtime_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_hostfxr_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_host_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: windowsdesktop_runtime_5.0.0_rc.1.20452.2_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_targeting_pack_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_x86.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_apphost_pack_5.0.0_rc.1.20451.14_win_x64_arm64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: netstandard_targeting_pack_2.1.0_win_x64.msi, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: aspnetcore_targeting_pack_5.0.0_rc.1.20451.17_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: windowsdesktop_targeting_pack_5.0.0_rc.1.20452.2_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_50templates_5.0.100_rc.1.20452.10_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: dotnet_sdk_internal_5.0.100_rc.1.20452.10_win_x64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i201: Planned package: AspNetCoreSharedFramework_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[5BC0:4428][2020-09-14T18:23:51]i207: Planned related bundle: {6d911434-18f6-487a-9496-c7140fd80ab0}, type: Upgrade, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency: None
[5BC0:4428][2020-09-14T18:23:51]i299: Plan complete, result: 0x0
[5BC0:4428][2020-09-14T18:23:51]i300: Apply begin
[5BC0:4428][2020-09-14T18:23:51]i010: Launching elevated engine process.
[5BC0:4428][2020-09-14T18:23:53]i011: Launched elevated engine process.
[5BC0:4428][2020-09-14T18:23:53]i012: Connected to elevated engine.
[26C8:2D34][2020-09-14T18:23:53]i358: Pausing automatic updates.
[26C8:2D34][2020-09-14T18:23:53]i359: Paused automatic updates.
[26C8:2D34][2020-09-14T18:23:53]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{aab15ccd-d49f-4845-9563-2dab405b3188}, options: 0x7, disable resume: No
[26C8:2D34][2020-09-14T18:23:53]i000: Caching bundle from: 'C:\Users\MARTIN~1.COS\AppData\Local\Temp\{8AEC7496-2DDE-4AEB-A8C7-806D1590C902}\.be\dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe' to: 'C:\ProgramData\Package Cache\{aab15ccd-d49f-4845-9563-2dab405b3188}\dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe'
[26C8:2D34][2020-09-14T18:23:53]i320: Registering bundle dependency provider: {aab15ccd-d49f-4845-9563-2dab405b3188}, version: 5.1.20.45210
[26C8:2D34][2020-09-14T18:23:53]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{aab15ccd-d49f-4845-9563-2dab405b3188}, resume: Active, restart initiated: No, disable resume: No
[5BC0:2F04][2020-09-14T18:23:53]i336: Acquiring container: WixAttachedContainer, copy from: C:\Users\martin.costello\Downloads\dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe
[5BC0:2F04][2020-09-14T18:23:53]i000: Setting string variable 'WixBundleLastUsedSource' to value 'C:\Users\martin.costello\Downloads\'
[5BC0:5A50][2020-09-14T18:23:54]e000: Error 0x80070570: Failed to extract all files from container, erf: 1:4:0
[5BC0:2F04][2020-09-14T18:23:54]e000: Error 0x80070570: Failed to begin and wait for operation.
[5BC0:2F04][2020-09-14T18:23:54]e000: Error 0x80070570: Failed to extract payload: a3 from container: WixAttachedContainer
[5BC0:2F04][2020-09-14T18:23:54]e312: Failed to extract payloads from container: WixAttachedContainer to working path: C:\Users\MARTIN~1.COS\AppData\Local\Temp\{8AEC7496-2DDE-4AEB-A8C7-806D1590C902}\8C09F345E398B4710CE74EE6AAFC4D9F91CB9A11, error: 0x80070570.
[5BC0:4428][2020-09-14T18:23:54]e000: Error 0x80070570: Cache thread exited unexpectedly.
[26C8:2D34][2020-09-14T18:23:54]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{aab15ccd-d49f-4845-9563-2dab405b3188}, resume: None, restart: None, disable resume: No
[26C8:2D34][2020-09-14T18:23:54]i330: Removed bundle dependency provider: {aab15ccd-d49f-4845-9563-2dab405b3188}
[26C8:2D34][2020-09-14T18:23:54]i352: Removing cached bundle: {aab15ccd-d49f-4845-9563-2dab405b3188}, from path: C:\ProgramData\Package Cache\{aab15ccd-d49f-4845-9563-2dab405b3188}\
[26C8:2D34][2020-09-14T18:23:54]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{aab15ccd-d49f-4845-9563-2dab405b3188}, resume: None, restart initiated: No, disable resume: No
[5BC0:4428][2020-09-14T18:23:54]i399: Apply complete, result: 0x80070570, restart: None, ba requested restart:  No
@martincostello
Copy link
Member Author

Forgot screenshot of the missing Digital Signatures tab:

image

@martincostello
Copy link
Member Author

/cc @rbhanda

@SalvadorSarpi SalvadorSarpi mentioned this issue Sep 14, 2020
4 tasks
@martincostello
Copy link
Member Author

Resolved by #5206.

@mairaw mairaw added the area-setup Issues related to installing .NET Core label Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-setup Issues related to installing .NET Core
Projects
None yet
Development

No branches or pull requests

2 participants