Installation kit for dialing support
You must provide either an installation kit or installation documentation for your dialing support. The installation kit must:
▪copy all executables and register (if necessary). The executables can be stored in any directory you choose.
▪provide supplemental documentation (as necessary).
Example installation kit steps
The following steps show how to implement an installation 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_directory> is:
C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\.
2 Install the following components in the following directory:
<common_file_folder>\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
See also