Files
ITSM/.svn/pristine/bf/bf698544eddeab602ab906ca019b7d832a08bdfb.svn-base
2021-04-20 09:35:24 +02:00

11 lines
504 B
Plaintext

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"MigrVDB.chm" -d"MigrVDB_dyn_help.xml"