Body
Table of Contents:
Install the newest DotNet Framework Version
- Follow this article to install the "DotNetFX (Choco, Newest)" application from the Software Center: Article - Installing Windows Software (teamdynamix.com)
- If the Install button is missing, instead replaced by a gray Uninstall button, then click the Repair button.
- The application itself detects a static version of DotNetFX, for that version or greater than that version. But even if a given version is detected, the script may be able to download a still newer version.
v
Return to Table of Contents above.
ConfigMgr Admin Notes
- This script utilizes Chocolety to install the latest version of Dot Net.
- Doing so, it downloads the installer over the internet rather than pushing the installer via ConfigMgr.
- Detection: Periodically update the detection check of the application to ensure that it is detecting a newish version.
- \\sunkenrock5\packagesource\DotNet\DotNet Choco Latest
Return to Table of Contents above.