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

Fixed issue with opening on Windows Store #824

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sethupavan12
Copy link

What is this PR about

This PR fixes the way a user is directed to the Microsoft Store to download the Sysinternals Suite.

Currently, the "Install Sysinternals Suite from the Microsoft Store" link is misbehaving.
The current behaviour of the link is as follows:

  1. Sometimes, the link yeilds a 503

image

  1. Sometimes, the link yields a missing page

image

  1. Sometimes, it takes unreasonable amount of time to get redirected to apps.microsoft which techinically is a Microsoft Store but on the web as opposed to the user's local Microsoft Store which is more intuitive for user to install from.

image

Solution

According to UWP documentation, the recommended way to link to a specific product/software in the Windows Store / Microsoft Store is by using ms-windows-store://pdp/?ProductId=XXXXXXX and this PR does that.

Alternative Solution

Refer to apps.microsoft.com page for Sysinternals Suite directly.

Copy link
Contributor

Learn Build status updates of commit 126472d:

✅ Validation status: passed

File Status Preview URL Details
sysinternals/downloads/sysinternals-suite.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 69c066b:

✅ Validation status: passed

File Status Preview URL Details
sysinternals/downloads/sysinternals-suite.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@sebastian-eksponent
Copy link

I would personally vote for the alternative solution, so the link is still supported on non-windows platforms.

But any fix for the Service Unavailable error would be appreciated as I'm also experience this issue.
For me it's pretty consistent always returning af HTTP 503 error in multiple browsers and different networks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants