- Binary Distribution
If you have a binary distribution of CBShellExt, copy the three base files and the help directory to a useful position
e.g. "C:\program files\CBShellExt" (C:\downloads... is perhaps not the best place).
Start the following batch to register the dll:
Register_CBShellExt.bat.
You can remove CBShelLExt with the following batch:
Remove_CBShelLExt.bat.
This batch files expect that the path to regsvr32 is c:\windows\system. If this is different on your machine, open the batch files with an editor (e. g.Notepad) and set the correct path.
- Source
If you have the source code only, you will need Microsoft Visual C++ 6.0 or Visual Studio.Net (7.0) to build the DLL. You must compile the Release build. This is described on the Page How to Compile, The Release build creates the files in the directory bin. Afterwards copy the files from bin to
e. g. "C:\program files\CBShellExt" and the directory help to
e. g. "C:\program files\CBShellExt\help".
Register the DLL as described above.
Remark: The help is only created when doc++ is in the search path.
Refer to: How to Compile CBShelLExt.