Initial
This commit is contained in:
10
Common/VBdoc/register_Common.bat
Normal file
10
Common/VBdoc/register_Common.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
REM This script registers the documentation in target help
|
||||
REM system. That means the CHM file will be accessible from
|
||||
REM other CHM files without specifying its full path. Moreover,
|
||||
REM this documentation becomes context sensitive in Visual Studio .NET.
|
||||
REM You should call the following line or this script during
|
||||
REM installation of your product on the target machine.
|
||||
REM All 3 files (EXE, CHM and XML) must be in the same directory.
|
||||
|
||||
HelixoftHelpReg.exe -c"Common.chm" -d"Common_dyn_help.xml"
|
||||
|
||||
Reference in New Issue
Block a user