Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix E Creating a Silent Installer for the OIG COM Component : Creating a Silent Installer

Creating a Silent Installer
What the Installer Has to Do
A silent installer for the COM Component must do the following three tasks:
1.
2.
3.
 
Task A Check for other required software
The COM Component requires you install the following software on each target machine:
Refer to Prerequisites for more information about the software versions required by the COM Component.
The JRE can be installed silently on the target machine using the following steps:
1.
2.
Ensure that the Gateway JAVABINPATH registry entry on the target machine points to the location of the jvm.dll file in the JRE directory.
For more information on redistributing the JRE files, refer to the README.txt file in the JRE directory.
Task B Install the program files
The installer must copy the following COM Component files to a directory on the target machine:
After copying the files to the target machine, the installer must register the eCTScom.dll file on the target machine, using the Windows registration utility regsvr32.exe.
Task C Make the registry entries
The installer must make the following entries in the Windows registry on the target machine. These registry entries specify the location of the JRE and the ects.jar file, and the alias definitions used by your OIG applications.
Refer to Chapter 4, Using the OIG COM Component for more information about defining and using aliases.
An REG_SZ value that specifies the full pathname of the directory where the ects.jar file is located.
An REG_SZ value that specifies the full pathname of the Java Virtual Machine file, jvm.dll. Java infers the root directory of the JRE from the path of the jvm.dll file.
An REG_SZ value that specifies the default Gateway session parameters for the Object Integration Gateway COM Component, used if no other aliases are defined or specified.
If other alias definitions are required, add them under the
\HKEY_LOCAL_MACHINE\SOFTWARE\ObjectStar\eCTS\Alias
registry key. Refer to Appendix A, Setting OIG Session Initialization Parameters for more information about OIG session parameters.
After Installing
After the silent install, applications can use the COM Component. You do not have to restart Windows, if the prerequisite software is already installed.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved