Wobbles1976 Posted September 25, 2023 Posted September 25, 2023 Is there a MSI for this software out there ?
Zoom7000 Posted September 25, 2023 Posted September 25, 2023 (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 September 25, 2023 by Zoom7000
ITGuyNW Posted September 25, 2023 Posted September 25, 2023 I've only seen an exe but then you can use NETFramework7_64bit_7.0.11.exe /install /quiet /norestart
FN-GM Posted September 25, 2023 Posted September 25, 2023 Need to deploy via sccm In that case, what ITGuyNW suggested would be ideal.
Zoom7000 Posted September 26, 2023 Posted September 26, 2023 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 👍
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now