Actions

Toolpack uninstall 2-3: Difference between revisions

(Creation)
 
(Added same procedure for versions 2.3 to 2.10)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Run the uninstaller ==
'''<big>Applies to version(s) v2.3 to v2.10</big>'''
{{DISPLAYTITLE:Uninstalling Toolpack Manually}}


The uninstaller will remove the tbtoolpack service.
  ${INSTALLDIR}/uninstall
Example:
Linux
  /lib/tb/uninstall
Windows
Windows
   C:\TelcoBridges\uninstall
   Run the Toolpack uninstall.exe file in C:\TelcoBridges
  Delete the C:\TelcoBridges Directory
  Find the 'InstallJammer Registry' and remove its 'TBToolPack' sub-directory (Warning the 'InstallJammer Registry' is a hidden file, you may need to enable Windows to see it)
  Example for Windows XP:
  DEL C:\Program Files\InstallJammer Registry\TBToolPack




== Remove the toolpack directory ==
Linux (Warning: Except for TBLinux, this will remove one of the prerequisite, check [[Toolpack_Installation:Validate_Toolpack_Installation_2-3| validation guide v2-3]] or [[Toolpack_Installation:Validate_Toolpack_Installation_2-5| validation guide v2-5]] if you want to re-install Toolpack)
 
   rm -rf /lib/tb/toolpack /etc/init.d/tbtoolpack_* /etc/init.d/tbhostpwr /var/lib/installjammer
To completely remove Toolpack, remove manually the install directory
 
For Linux:
  rm -rf ${INSTALLDIR}
For Windows:
  DEL ${INSTALLDIR}
Example:
 
Linux
   rm -rf /lib/tb
Windows
  DEL C:\TelcoBridges

Latest revision as of 11:18, 20 February 2018

Applies to version(s) v2.3 to v2.10


Windows

 Run the Toolpack uninstall.exe file in C:\TelcoBridges
 Delete the C:\TelcoBridges Directory
 Find the 'InstallJammer Registry' and remove its 'TBToolPack' sub-directory (Warning the 'InstallJammer Registry' is a hidden file, you may need to enable Windows to see it)
 Example for Windows XP:
 DEL C:\Program Files\InstallJammer Registry\TBToolPack


Linux (Warning: Except for TBLinux, this will remove one of the prerequisite, check validation guide v2-3 or validation guide v2-5 if you want to re-install Toolpack)

 rm -rf /lib/tb/toolpack /etc/init.d/tbtoolpack_* /etc/init.d/tbhostpwr /var/lib/installjammer