This program installs an Administrator extension DLL for a gateway. For more information about installing extension DLLs, see Installing the Administrator Extension DLL. For general information about Administrator extensions, see Administrator Program Extensions.
To run EXTNINST, type the following at the command prompt:
EXTNINST /SITEDN=<distinguished name>
/DISPLAY_NAME=<display name> /MACHINE=<machine name>
/NAME=<admin extension name> /SERVER=<server computer>
/EXTDLL=<DLL name>[ /DELETE] [/HELP or /?]
EXTNINST Parameters
Parameter | Description |
---|---|
SITEDN | Site distinguished name for the Administrator extension. |
DISPLAY_NAME | Display name for the Administrator extension. |
MACHINE | Type of computer on which the extension DLL is installed. |
NAME | Administrator extension name. |
EXTDLL | Full path to Administrator extension DLL. |
SERVER | Server computer name. |
DELETE | Deletes the Administrator extension. |
HELP or ? | Displays Help information. |
An example of calling this program is:
EXTNINST /SITEDN=/o=Microsoft/ou=Redmond
/DISPLAY_NAME="EDK Queue Viewer Extension for I386" /MACHINE=i386 /NAME=QUEVIEW
/EXTDLL=\\myserver\add-ins\queview\i386\queview.dll
/SERVER=myserver