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

Forward Compatible Windows App Runtime? #165

Closed
mix3d opened this issue Sep 22, 2024 · 3 comments · Fixed by #171
Closed

Forward Compatible Windows App Runtime? #165

mix3d opened this issue Sep 22, 2024 · 3 comments · Fixed by #171
Labels
critical Deployment/Publishing Issues related to app publishing and deployment
Milestone

Comments

@mix3d
Copy link

mix3d commented Sep 22, 2024

Windows App Runtime url link (when not installed) mentions the 1.5 version, but Windows has released 1.6 as the default, and Hurl still complains when you use that version. Clicking yes on the error window takes you to the 1.6 download page.

Is it possible to have Hurl work in a forward compatible manner with newer versions, or is there something about this package that requires 1.5 in a non-upgradable way?

image
https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads
image

@U-C-S
Copy link
Owner

U-C-S commented Sep 22, 2024

Didn't realize this would be a issue.

This discussion microsoft/WindowsAppSDK#3657 has some info about it that Hurl might have to implement it. so yes, currently windows app runtime by default is not foward compatible, but version locked, which I think I have to opt-out by implementing a custom runtime initializer

@U-C-S U-C-S added critical Deployment/Publishing Issues related to app publishing and deployment labels Sep 22, 2024
@U-C-S U-C-S added this to the v0.10 milestone Sep 22, 2024
@U-C-S
Copy link
Owner

U-C-S commented Oct 31, 2024

Figured out an alternate solution that I can also ship a certain dependency from the Redistributable (MSIX > win10-x64 > *-DDLM.msix, which is around 100kb in size) of a specific version that Hurl Settings uses, which probably the installer can install.

@U-C-S U-C-S mentioned this issue Nov 2, 2024
3 tasks
@U-C-S U-C-S closed this as completed in #171 Nov 6, 2024
@U-C-S
Copy link
Owner

U-C-S commented Nov 6, 2024

#171 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical Deployment/Publishing Issues related to app publishing and deployment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants