Using Keyboard Commands to Install SMBAGENT
The Sample Mailbox Agent Setup program automatically installs the mailbox agent. The mailbox agent can also be installed in individual steps using keyboard commands. You may want to choose this option if you are debugging your application.
To install a new service using keyboard commands
-
Install the service's object into the Windows NT Registry. Use MBINST to install a mailbox agent and GWINST to install a gateway. See MBINST: Installing a Mailbox Agent and GWINST: Installing a Mail-Gateway Object.
-
Use the SERVINST sample application to install the service in Services under the Control Panel. See SERVINST: Installing a Service.
-
To examine the mailbox for SMBAGENT, use the PROFINST sample application to install a profile for the service. See PROFINST: Installing a MAPI Profile. Alternately, you can add the SMBAGENT mailbox to an existing profile so that this profile opens both mailboxes. See Running SMBAGENT for an explanation of the procedure.
-
Copy the extension DLL into the required directory. This directory should be below the add-ins directory. Execute these commands in order:
CD <directory path to add-ins>\add-ins
MD SAMPLEMBA
CD SAMPLEMBA
MD <computer name>
CD <computer name>
XCOPY C:\BKOFFICE\BIN\SMBADMIN.DLL
-
Use the EXTNINST sample application to install an extension DLL. See EXTNINST: Installing an Administrator Extension.