Microsoft has released the following updated version of the Microsoft .NET Framework Repair Tool.
Latest version
Last updated: 11/11/2019Release: v1.4
Version: 4.8.04072.00
Supported languages: English (United States)
Changes that are included in release v1.4
- The tool now supports Microsoft .NET Framework 4.8, 4.7.2, 4.7.1, 4.7, and 4.6.2. Therefore, fixing and repairing are also applicable to these products.
The tool supports all the features from the previous release as-is.
Notes
- The .NET Framework Repair Tool is available in English only.
- The supported platforms and .NET Framework versions are listed under "Affected configurations."
Download information
The latest version of the .NET Framework Repair Tool is available for download from the following Microsoft Download Center website:Supported command line options for this tool
Standard option | Description | Usage |
---|---|---|
/? OR /help | Displays help information. | NetFxRepairTool.exe /? |
/q OR /quiet | Quiet mode. No user interaction is required and the tool tries all fixes/repairs and saves the log file. Options "/q" and "/p" are mutually exclusive. |
NetFxRepairTool.exe /q |
/p OR /passive | Unattended mode. Only the progress bar is displayed. Options "/q" and "/p" are mutually exclusive. |
NetFxRepairTool.exe /p |
/a OR /addsource | Offline repair mode. Setup redistributable files that are required for repair are copied from a network share or folder path that is specified by the "/addsource" flag. This should generally be used when the tool is functioning in a disconnected or locked down environment. | NetFxRepairTool.exe /a <folder path> Example: NetFxRepairTool.exe /a "\\SharePc\ShareFolder" |
/r OR /repair | Repair operation can be optionally scoped to target a set of specified product baselines. If this option is not specified, the tool will try to repair all supported .NET Framework versions installed. The "/repair" option can also be used together with "None" value to just apply fixes and skip running repair for any product baseline. When this option is used together with "None" value, then the "/addsource" option should not be specified. This option is applicable only in Quiet and Passive modes. |
NetFxRepairTool.exe /r <version1>; <version2> Supported version values: .net35, .net4, .net45, .net451, .net452, .net46, .net461, .net462, .net471, .net472, .net48, none Examples: NetFxRepairTool.exe /q /r .net4 NetFxRepairTool.exe /q /r .net35;.net45 |
/l OR /logs | Optionally, sets the desired folder path for the logs file cabinet (FixDotNet*.cab) generated by the tool. Default (that is not specifying this option) location of the CAB file is current user's desktop folder. | NetFxRepairTool.exe /l <folder path> Example: NetFxRepairTool.exe /l "%temp%" |
/c OR /collectonly | Log Collection Only mode. This mode will allow for collection of logs relevant to .NET Framework setup, which is useful for troubleshooting. Repair or any fix operations are not performed when this option is specified. This option is only applicable in Quiet and Passive modes and will suppress all other operations. |
NetFxRepairTool.exe /q /c OR NetFxRepairTool.exe /p /c |
/n OR /noceipconsent | Opt out of sending feedback information to Microsoft. Default (not specifying the flag) assumes that the user has opted in to send usage data to Microsoft. This option is applicable only in Quiet and Passive modes. |
NetFxRepairTool.exe /q /n OR NetFxRepairTool.exe /p /n |