1. Installation
C: \ windows \ Microsoft. NET \ framework \ VX. x. x \ installutil.exe filepath \ xx.exe
2. Uninstall
C: \ windows \ Microsoft. NET \ framework \ VX. x. x \ installutil.exe-u filepath \ xx.exe
InstallProgramTool allows you to install and uninstall server resources by executing the installer components in the specified assembly. This tool works with classes in the system. configuration. Install namespace.
Installutil [/uninstall] [Option [...] assemblyname] [Option [...] assemblyname
/H [ELP] |
Displays the command syntax and options of the tool. |
/HelpAssemblypath |
Displays the individual installations in the specified assembly. Any additional options recognized by the program. |
/? |
Displays the command syntax and options of the tool. |
/?Assemblypath |
Displays the individual installations in the specified assembly. Any additional options recognized by the program. |
/Logfile= [Filename] |
Specifies the day in which the installation progress is recorded The name of the log file. The default file name is Assemblyname. Installlog. |
/Assemblyname Assemblyname [, Version =Major. Minor. Build. Revision] [, Culture =Locale] [, Publickeytoken =Publickeytoken] |
Specifies the Assembly name. Required Assembly version, region, and Public Key Mark the fully qualified assembly name. End All qualified names must be enclosed in quotation marks. For example, "myassembly, Culture = neutral, Publickeytoken = 0038ab C9deabfle5, Version = 2.0.0.0 "is a full limit Set the Assembly name. |
/Logtoconsole= {True|False} |
IfTrueThe output is displayed on the console. IfFalse(Default), cancel Display the output to the console. |
/Showcallstack |
If If an exception occurs, the call stack is printed to the log. |
/U[Ninstall] |
Uninstall the assembly. Unlike other options, /UApplies to all assemblies, No matter where this option appears on the command line. |
Note: VX. x. x is the Net Framework version.