Platform SDK: Exchange Server

Installing EXTDATVW with EXTNINST

Use the EXTNINST installation utility to install the EXTDATVW sample application.

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

Flag Settings
/SITEDN= Gives the site distinguished name (DN). For example: /SITEDN=/O=Microsoft/OU=Northwest
/DISPLAY_NAME= Gives the display name for the Administrator extension DLL. This name will be displayed in the Administrator program under Configuration\Add-ins. For example: /DISPLAY_NAME="Extension Data Viewer"
/MACHINE= Gives the computer type for the Administrator extension DLL. For example: /MACHINE=i386
/NAME= Gives the name of the Administrator extension DLL. This name will be used by objects that wish to use this extension. It becomes part of the Common Name attribute for the extension and part of the full pathname for the extension. For example: /NAME=EXTDATVW
/EXTDLL= Gives the full pathname of the Administrator extension DLL. For example, to use the compiled version of the EXTDATVW.DLL library: /EXTDLL=C:\MSSDK\BIN\EXTDATVW.DLL
/SERVER= Gives the name of the server for this extension DLL. For example: /SERVER=EDKDOCS20
/DELETE Deletes the named extension.
/HELP or /? Displays full Help information.