joachim99@77: Clearcase install helper plugin DLL-Readme joachim99@77: ========================================== joachim99@77: Copyright (C) 2007 Joachim Eibl, All rights reserved. joachim99@77: License: GPL Version 2 or any later version. joachim99@77: joachim99@77: This subdirectory contains files to build a NSIS-plugin which is joachim99@77: called during installation and uninstallation. joachim99@77: joachim99@77: The plugin tries to locate clearcase by looking for cleartool.exe in the joachim99@77: PATH environment variable. joachim99@77: joachim99@77: Then it searches for the "map" file relative to the cleartool.exe in joachim99@77: ../lib/mgrs/map. joachim99@77: joachim99@77: This file contains a map which tells clearcase which tool to use for a certain joachim99@77: operation. It is readable and modifiable with any text editor. joachim99@77: joachim99@77: During installation this plugin replaces several entries with the joachim99@77: KDiff3-executable. joachim99@77: The original file is renamed into "map.preKDiff3Install". joachim99@77: joachim99@77: During uninstallation the plugin restores the original contents from the joachim99@77: "map.preKDiff3Install" but only for those entries where KDiff3 is used. joachim99@77: joachim99@77: NSIS integrates the plugin as part of the installer executable and in the joachim99@77: "Uninstall.exe" file. joachim99@77: joachim99@77: joachim99@77: