Skip to content

Different Behavior during ASPNET Core upgrade (MSI install vs Windows Update install) #41377

Closed
@RomBrz

Description

@RomBrz

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Last week i discovered that i could update the ASPNET Core versions on servers using WSUS updates and configure to deliver the ASPNET Core updates to help me managing 30+ servers.
Happen to the WSUS update doesn't make the server at same level comparing with a "Stand alone Host Bundle Install".

I have two servers "twins", with same ASPNET Core versions installed on both.
Server 1 i downloaded the Hosting Bundle packages (https://dotnet.microsoft.com/en-us/download/dotnet)
Server 2 i installed all the Windows Updates available (WSUS configured using https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/)

Server1 after installing manually:
.NET Core Runtimes:
6.0.4 x86
6.0.4 x64
5.0.16 x86
5.0.16 x64
3.1.24 x86
3.1.24 x64

ASP.NET Core Runtimes:
6.0.4 x86
6.0.4 x64
5.0.16 x86
5.0.16 x64
3.1.24 x86
3.1.24 x64

.NET Core Runtime & Hosting Bundles:
3.1.24
6.0.4
5.0.16

Server2 after WSUS install:
.NET Core Runtimes:
6.0.3 x86
6.0.3 x64
5.0.16 x86
5.0.16 x64
3.1.24 x86
3.1.24 x64

ASP.NET Core Runtimes:
6.0.3 x86
6.0.3 x64
5.0.16 x86
5.0.16 x64
3.1.24 x86
3.1.24 x64

.NET Core Runtime & Hosting Bundles:
3.1.23
6.0.4
5.0.15

Seems like either the Hosting Bundle are update or the Runtime are updates.
3.1.24 and 5.0.16 updated the runtimes, but not the Hosting Bundle
6.0.4 updated the Hosting Bundle, but not the runtimes.

After reboot, and checking with Windows Update again, no updates are found.

Expected Behavior

The WSUS/Windows Update of the ASPNET Core should deliver the same "updated version" that the intall of the stand alone Hosting Bundle package.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

all versions

Anything else?

No response

Metadata

Metadata

Assignees

Labels

area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkfeature-installersIncludes: Installers

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions