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 under:
<CommonFileFolder>\IBM\SPSS\DataCollection\<version>\IOM
YourDialier.dll
YourDialierExtProvider.dll
YourDialierGroupProvider.dll
The default installation path is C:\Program Files\Common Files\IBM\SPSS\DataCollection\<version>\ IOM.
Each component must be registered via the Windows regsvr32.exe command:
regsvr32.exe YourDialier.dll
regsvr32.exe YourDialierExtProvider.dll
regsvr32.exe YourDialierGroupProvider.dll
3 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)