Developer Documentation Library > Dialer SDK > Install kit
 
Install kit
You will need to provide either an install kit or installation documentation for your dialing support. Your install kit must:
Copy all executables and register (if necessary). Your executables can be stored in any directory you choose.
Install DPM properties describing your dialer: see Distributed Property Management (DPM) properties.
Provide an example dialer configuration file: see Administering a dialer.
Provide supplemental documentation (as necessary).
Example install kit steps
The following steps detail the process of implementing an install kit based on the supplied YourDialer example, which is installed with the UNICOM Intelligence Developer Documentation Library:
1 Install the YourDialerConfiguration.xls file in the following directory:
<Install_Directory>\Dialers\YourDialer\
The default Install_Dir:
C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\.
2 Install the following components in this directory:
<CommonFileFolder>\IBM\SPSS\DataCollection\<version>\IOM
YourDialer.dll
YourDialerExtProvider.dll
YourDialerGroupProvider.dll
The default installation path is C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\IOM.
Register each component by using the Windows regsvr32.exe command:
regsvr32.exe YourDialer.dll
regsvr32.exe YourDialerExtProvider.dll
regsvr32.exe YourDialerGroupProvider.dll
3 If your dialer supports call transfer, install the Call Transfer Widget JavaScript file in this directory:
C:\inetpub\wwwroot\SPSSMR\CatiInt\CallTransferWidgets
4 Add the appropriate DPM Properties. Detailed property information is included in the YourDialer.SiteProps.xml file. See Distributed Property Management (DPM) properties for more information.
See also
DPM properties
UNICOM Intelligence Dialer Software Development Kit (SDK)