Hurl icon indicating copy to clipboard operation
Hurl copied to clipboard

Automatically install required .NET Desktop Runtime 7.0.9

Open AaronFeledy opened this issue 2 years ago • 8 comments

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 avatar Aug 09 '23 03:08 AaronFeledy

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

AaronFeledy avatar Aug 09 '23 04:08 AaronFeledy

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.

U-C-S avatar Aug 09 '23 05:08 U-C-S

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.

rp1231 avatar Aug 09 '23 06:08 rp1231

@rp1231 Weird that getting the same in 2 of 4 systems I have tested now, not sure whats the pattern. I will try rebuild and update the release once again. Thanks for notifying.

U-C-S avatar Aug 09 '23 06:08 U-C-S

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

U-C-S avatar Aug 09 '23 07:08 U-C-S

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

rp1231 avatar Aug 09 '23 07:08 rp1231

@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

CamiloGTR avatar Sep 22 '23 00:09 CamiloGTR

https://github.com/BartoszCichecki/LenovoLegionToolkit/blob/master/InnoDependencies/install_dotnet.iss

https://github.com/DomGries/InnoDependencyInstaller

U-C-S avatar Jan 29 '24 15:01 U-C-S