.net-core - 适用于 Windows 的 MSI 安装程序的术语“功能带”是什么意思?

标签 .net-core windows-installer

最近一直在看微软的文章What's new in .NET Core 3.0 以及它的一部分

.NET Core SDK Windows Installer

The MSI installer for Windows has changed starting with .NET Core 3.0. The SDK installers will now upgrade SDK feature-band releases in place. Feature bands are defined in the hundreds groups in the patch section of the version number. For example, 3.0.101 and 3.0.201 are versions in two different feature bands while 3.0.101 and 3.0.199 are in the same feature band. And, when .NET Core SDK 3.0.101 is installed, .NET Core SDK 3.0.100 will be removed from the machine if it exists. When .NET Core SDK 3.0.200 is installed on the same machine, .NET Core SDK 3.0.101 won't be removed.

我第一次发现术语功能带。有人可以解释一下这个术语在这种情况下的确切含义吗?

最佳答案

这意味着当他们将第三个版本号更改数百次时,他们也会更改 UpgradeCode 以允许它并排安装。

关于.net-core - 适用于 Windows 的 MSI 安装程序的术语“功能带”是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62840880/

相关文章:

c# - ASP.NET Core 2.1 Razor Form,Post 未到达 Controller

c# - 识别 Windows 安装程序文件

c# - 如何停止 Windows 服务以进行升级安装?

c# - 有没有办法接受使用 C# 静默安装 .msi 文件的许可协议(protocol)?

windows-installer - Windows Installer 使用哪个哈希函数?

wix - 为什么 msiexec TARGETDIR 似乎不起作用

c# - 与 ASPNET Core 和 websockets 的双向通信

.net - Azure 中的环境(开发、生产等)在哪里设置?

c# - Json post int 类型始终为 0

c# - 无法将 key 文件添加到 X509Certificate2