找了好久没有找到怎么打开NDoc编译出的.hxs文件的方法,偶然在http://frogleg.mvps.org/helptechnologies/mshelp2/h2conv.html

这里发现了。

需要安装Microsoft Help 2.0 SDK(VSHIK2003.exe)。

假设hxs文件路径在 D:\doc\Documentation.HxS

执行"C:\Program Files\Microsoft Help 2.0 SDK\hxreg" -n CompileTest -c

D:\doc\Documentation.HxS -d myhelp

再执行
"C:\Program Files\Microsoft Help 2.0 SDK\hxreg" -n CompileTest -i CompileTest -s

D:\doc\Documentation.HxS

后即可用

"C:\Program Files\Common Files\Microsoft Shared\Help\dexplore.exe" /helpcol ms-help://CompileTest

查看:)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-02-08
  • 2021-10-29
  • 2021-12-29
  • 2021-11-23
猜你喜欢
  • 2021-07-01
  • 2021-11-06
  • 2021-06-08
  • 2021-11-05
  • 2021-12-25
  • 2022-12-23
  • 2021-05-25
相关资源
相似解决方案