.NET Framework Setup Verification Utility was designed to provide a sanity check of the install state of the .NET Framework on a system.
This verification tool supports running in silent mode if you would like to automate the verification process. To run in silent mode, you need to download the verification tool .zip file, extract the file netfx_setupverifier.exe from the .zip file, and then run it using syntax like the following:
netfx_setupverifier.exe /q:a /c:"setupverifier.exe /p "
The value that you pass with the /p switch to replace in this example must exactly match one of the products listed in the file setupverifier.ini that is included in the self-extracting package for the verification tool.
What's New in This Release: [ read full changelog ]
· Fix a crash that can occur when verifying the .NET Framework 1.1.
· Prevent the user from typing in their own product names in drop-down list in the UI.