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

Automatically install required .NET Desktop Runtime 7.0.9 #75

Closed
AaronFeledy opened this issue Aug 9, 2023 · 8 comments
Closed

Automatically install required .NET Desktop Runtime 7.0.9 #75

AaronFeledy opened this issue Aug 9, 2023 · 8 comments
Milestone

Comments

@AaronFeledy
Copy link

After updating to v0.8 On Windows 11, I was prompted to update my .NET Desktop Runtime to 7.0.9 or later. The prompt included a button to update, but that didn't seem to do anything but close the window. Running winget install Microsoft.DotNet.DesktopRuntime.7 made easy work of silently downloading and installing the runtime. Perhaps the installer could do this automatically.

@AaronFeledy
Copy link
Author

Looks like you can also build the dependencies into the exe so the runtime is not needed: https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview

@U-C-S
Copy link
Owner

U-C-S commented Aug 9, 2023

Single files are freaking huge.... (atleast 120MB on disk), .NET Desktop Runtime has better advantages especially since powertoys and others depend and install it

I will look into a small v0.8.1 release to include this. I already found a way to do this. Just that I couldn't spare enough time on working on it.

@rp1231
Copy link

rp1231 commented Aug 9, 2023

I keep on getting this message on the 0.8 version:
Hurl_mxPYIXJFDk
even though I have it installed.....
Can't get the app to run.

@U-C-S

This comment was marked as outdated.

@U-C-S
Copy link
Owner

U-C-S commented Aug 9, 2023

@rp1231 It's fixed now... Redownload the file and try it again

@rp1231
Copy link

rp1231 commented Aug 9, 2023

@U-C-S
Thanks, It's working now.

@U-C-S U-C-S added this to the v0.9 milestone Aug 21, 2023
@CamiloGTR
Copy link

@rp1231 It's fixed now... Redownload the file and try it again

Hi!. I'm updating from previous version and getting this error:

image

However:
image

Any help is appreciated! Thanks

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

No branches or pull requests

4 participants