Run .NET Installer Class
This command executes a .NET installer class, either in installation mode, or in uninstallation mode.
Assembly Path or Full Name
Enter the physical path to the assembly on the target system here, OR enter the full name of the assembly here.
Install
Calls the class in installation mode.
Uninstall
Calls the class in uninstallation mode.
Notes
- If you are installing into the GAC, it will be easier to enter the full name of the assembly, instead of the physical path on the target machine which can be difficult to determine. To obtain the full name of the assembly, click the button, then choose the assembly file located on your local system. This will automatically obtain the full name of the assembly for you. If you attempt to enter the full name of the assembly yourself, be sure to enter the precise, correct name, otherwise the Register Assembly command will fail to locate the assembly.
- If you are not installing into the GAC, it will be easier to enter the full path to the assembly on the target system instead, such as $TARGETDIR$\assemblies\mylibrary.dll. In this case do not use the button.