As an alternative to using the installation wizard, you can run
the installation from the command line.
Why and when to perform this task
Running the installer from a command prompt allows you to finely
control the installation. The following options are available:
- Perform a console-based, text-based installation.
- Perform an unattended, or silent, installation, which requires no interaction
with the wizard by invoking the installer from a command prompt.
- Perform a console-based, text-based uninstallation.
- Perform a silent uninstallation.
Alternatives for this task
- To run the installer from the command line, type:
dotNETClientSetup.exe
- To run a silent install, type:
dotNETClientSetup.exe /s /v" /qn"
- To run an uninstall from the command line, type:
dotNETClientSetup.exe /x
Note: In
order to uninstall from the command line, you must retain the original dotNETClientSetup.exe
file that you used to install the product.
- To run a silent uninstall, type:
dotNETClientSetup.exe /x /s /v" /qn"
Note: In
order to uninstall from the command line, you must retain the original dotNETClientSetup.exe
file that you used to install the product.