How do I install .net runtime 6.0.29 using Intune?

Woodson Baldwin 0 Reputation points
2024-05-14T17:14:13.5733333+00:00

What is currently the best way to install version 6.0.29 of .net runtime to a large number of users using Intune? There doesn't seem to be a .msi file within the executable and the PowerShell command for enabling it as a Windows feature no longer seems to work as of version 6.0.

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,131 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,492 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 9,240 Reputation points Microsoft Vendor
    2024-05-15T03:03:50.3033333+00:00

    @Woodson Baldwin, Thanks for posting in Q&A.

    From your description, I know you want to install .net runtime via Intune.

    Based on my research, there are three methods installing .net via Intune you can try.

    1.Using the Wigent command to silently install .net runtime. Find the correct command and upload the command as script then deploy it to users.

    https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net80#install-with-windows-package-manager-winget

    2.Using win32 app deployment. Download the .net runtime package and convert it to .intunewin package, upload it to Intune and fill the correct silently install command and then deploy it to users.

    https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net80#install-with-windows-installer

    https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-add

    3.Install with PowerShell automation. Please check whether the PowerShell script can perform a install on the device, and if they can then upload them to Intune and distribute them to users

    https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net80#install-with-powershell-automation

    Hope above information can be helpful.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.