Additional SQL Server features and topics not covered by specific categories
Hi @Jens Schumacher ,
You’re correct fwlink URLs are not universally “evergreen.” Many older SQL Express fwlinks (2016/2017/2019) have remained version-pinned for years, so relying on them historically did work.
What changed here is specific to linkid=2216019 Microsoft has repointed that fwlink from SQL 2022 Express to SQL 2025 Express, which is inconsistent with prior behavior and can indeed break prerequisite installers.
Practical takeaway (100% reliable):
- Do not rely on fwlinks for scripted installs.
- Use version-specific download.microsoft.com URLs and explicitly control the CU level.
- Cache the installer internally if this is a hard prerequisite.
So yes this is a real regression/change, not user error.
Thanks,
Akhil.