-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Resolution-ExternalThe issue is caused by external component(s).The issue is caused by external component(s).
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
Steps to reproduce
The links on the "Use Microsoft Update" page of the Wix installer are broken.
Both links redirect to outdated content for Windows Vista that results in a certificate error in your browser.
See
PowerShell/assets/wix/Product.wxs
Lines 373 to 378 in 094e22e
| <Control Id="MuFAQ" Type="Hyperlink" X="20" Y="190" Width="214" Height="17"> | |
| <Text><![CDATA[<a href="https://aka.ms/PowerShell-Microsoft-Update-FAQ">See the Microsoft Update FAQ</a>]]></Text> | |
| </Control> | |
| <Control Id="PrivacyLink" Type="Hyperlink" X="20" Y="210" Width="290" Height="17"> | |
| <Text><![CDATA[<a href="https://aka.ms/PowerShell-Microsoft-Update-Privacy-Statement">Read the Microsoft Update Privacy Statement</a>]]></Text> | |
| </Control> |
Expected behavior
The links should go to the correct content.Actual behavior
Redirects go to:
- https://aka.ms/PowerShell-Microsoft-Update-FAQ --> https://fe2.update.microsoft.com/microsoftupdate/v6/vistaabout.aspx
- https://aka.ms/PowerShell-Microsoft-Update-Privacy-Statement --> https://fe2.update.microsoft.com/microsoftupdate/v6/vistaprivacy.aspx?ln=en-USError details
Change the link targets to:
- https://aka.ms/PowerShell-Microsoft-Update-FAQ --> https://learn.microsoft.com/powershell/scripting/install/microsoft-update-faq
- https://aka.ms/PowerShell-Microsoft-Update-Privacy-Statement --> https://go.microsoft.com/fwlink/?LinkId=521839Environment data
PowerShell 7.4Visuals
No response
Metadata
Metadata
Assignees
Labels
Resolution-ExternalThe issue is caused by external component(s).The issue is caused by external component(s).
