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.
▪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
See also