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

Feature proposal: include string constants for the runtime download links in <WindowsAppSDK-VersionInfo.h> #4638

Open
amtopel opened this issue Aug 13, 2024 · 1 comment
Labels
area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration area-VersionInfo feature proposal

Comments

@amtopel
Copy link

amtopel commented Aug 13, 2024

Describe the bug

This isn't bug, but just a feature request.

I thought it would be great if in <WindowsAppSDK-VersionInfo.h>, or some other relevant header, you could include the download links for the Windows App Runtime as string constants. That way if we have a setup installer that downloads and installs the runtime, it will be easy to keep the download link accurate and up to date.

Right now I use a formatted string (L"https://aka.ms/windowsappsdk/%d.%d/latest/windowsappruntimeinstall-%s.exe"), and then fill in the placeholders with release number and architecture, but I suspect that's not a very good way of doing things.

Steps to reproduce the bug

Not a bug.

Expected behavior

No response

Screenshots

No response

NuGet package version

None

Packaging type

No response

Windows version

No response

IDE

No response

Additional context

No response

@codendone codendone added area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration area-VersionInfo feature proposal labels Aug 16, 2024
@pratikone
Copy link
Contributor

That is a really good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-DeveloperTools Issues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integration area-VersionInfo feature proposal
Projects
None yet
Development

No branches or pull requests

3 participants