If you want to make the SmartSockets .NET assembly available to all applications on the computer, you can install (register) the assembly in the GAC. This section provides procedures to both install and uninstall the assembly.
To install the .NET assembly with the GAC, perform these steps:
gacutil.exe
, is usually stored in one of these locations:
C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\bin\
or
C:\WINNT\Microsoft.NET\Framework\<version>\gacutil.exe
/i
(install) option in a SmartSockets console window:
gacutil_dir
\gacutil.exe /i "
ss_lib_dir
\TIBCO.SS.dll"
where gacutil_dir
is the full path to gacutil.exe
and
where ss_lib_dir
is the location of the SmartSockets library.
Example:
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\gacutil.exe /i "%RTHOME%\bin\i86_w32\TIBCO.SS.dll"
To uninstall the assembly from the GAC:
/u
(uninstall) option in a SmartSockets console window:
gacutil_dir
/u "
ss_lib_dir
\TIBCO.SS.dll"
where gacutil_dir
is the full path to gacutil.exe
and
where ss_lib_dir
is the location of the SmartSockets library.
Example:
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\gacutil.exe /u "%RTHOME%\bin\i86_w32\TIBCO.SS.dll"
TIBCO SmartSockets™ .NET User’s Guide and Tutorial Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |