|
Platform requirements for IBM High Resolution Time Stamp Facility
Operating systems: All Win32-based platforms
Disk space: Less than 75 KB
User profile: Must allow updating of the Windows Registry during installation (but registry access is not required during run time).
Installation instructions for IBM High Resolution Time Stamp Facility
- Download the ibmtsinst.exe file.
- Run the file to create the ibmts directory, which contains the installer, optional service, SDK, and related documentation. (The installer is implemented in InstallShield Professional 6.2. The ibmts\doc\readme.htm file contains details and deinstallation information.)
- For the more commonly used silent mode of installation, issue the command
"c:\ibmts\ibm\media\default\disk images\disk1\setup" APP_NAME -s -f1c:\ibmts\setup.iss
where
- -s is a switch for silent mode
- -f1 is a switch for the location of the silent mode file
- APP_NAME is the name of the application that installs files and that will be the name to be registered in the registry.
Note that there is no space between the switch -f1 and the drive letter C: and that these instructions assume that ibmts is on the C drive.
The silent mode file setup.iss is in ibmts directory created when you ran ibmts.exe. It can be moved to another location, provided you point to that location following the -f1 switch.
Important notes:
To ensure that all applications have access to the ibmts.dll and ibmtslink.dll files, they will be placed in the Windows system directory.
The installer also places the corresponding files for developing software (for C/C++: ibmts.lib, ibmts.h; and for Java: ibmts.jar) in the system directory. (Though this is non-standard practice, we thought it best to keep together the library, header file, and class that corresponds with the installed run-time DLLs.) All these files can be installed by running "ibmts\ibm\media\default\disk images\disk1\Setup.exe".
JavaTM developers can use an object derived from the class com.ibm.ibmts.ibmtslink object to get time stamps via JNI. This class is in the ibmts.jar file that is installed in the Windows System directory.
|