Files
ITSM/___Archiv/ITSM_GRC/.svn/pristine/c6/c60903bd2f063c390979bca9c219d8de7c559c2c.svn-base
2021-04-20 09:35:24 +02:00

11 lines
541 B
Plaintext

REM This script unregisters the documentation from target help
REM system. That means the CHM file will not be accessible from
REM other CHM files without specifying its full path. Moreover,
REM this documentation stops to be context sensitive in
REM Visual Studio .NET.
REM You should call the following line or this script during
REM uninstallation of your product on the target machine.
REM It is not neccessary to have CHM and XML file in the same
REM directory as EXE file.
HelixoftHelpReg.exe -x"MigrVDB.chm" -e"MigrVDB_dyn_help.xml"