Jump to content

Recommended Posts

Posted (edited)

You can get the .NET 7 Runtime from winget.

 

winget install --id=Microsoft.DotNet.Runtime.7  -e

 

If you take a look at the output in the terminal window, it should show you a link to the installer file (Haven't got a Windows device to hand to check, but most things on winget are MSI as far as I've noticed)

Edited by Zoom7000
Posted
I've only seen an exe but then you can use NETFramework7_64bit_7.0.11.exe /install /quiet /norestart

 

Just ran this on winget and it too uses the exe

 

winget install Microsoft.DotNet.Runtime.7
Found Microsoft .NET Runtime 7.0 [Microsoft.DotNet.Runtime.7] Version 7.0.11
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://dotnetcli.azureedge.net/dotnet/Runtime/7.0.11/dotnet-runtime-7.0.11-win-x64.exe
 ██████████████████████████████  27.0 MB / 27.0 MB
Successfully verified installer hash
Starting package install...
Successfully installed

 

So, the command above from @ITGuyNW is what you need 👍

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...