问题描述
如果要在Help Viewer 1.0帮助中包含zip或pdf,href的url是什么?
What is the url of the href if you want to include a zip or a pdf in your Help Viewer 1.0 help?
我看到相对路径不起作用。
I see that relative paths do not work.
是这样的:ms-xhelp:///?C:\\programData \\Microsoft \\ Help Library \\\ \dev10.mshc; /myfile.zip   ??
Is it something like this: ms-xhelp:///?C:\\programData\\Microsoft\\Help Library\\store\\dev10.mshc;/myfile.zip ??
谢谢,〜查理
推荐答案
所以我看到这是href 格式:
So I see this is the href format:
但它似乎只能工作对于css,js和图像文件。
but it only seems to work for css, js and image files.
我尝试了doc,pdf和zip并在事件查看器中获取此类消息:
I tried doc, pdf and zip and get this type of message in Event Viewer:
帮助协议:安全警告。无法打开此文件类型,它是一种意外的文件类型。文件:\ files \DataBindingExample.zip(遗憾的是,HV的404类型页面没有给你这个信息)。
Help Protocol: Security warning. Cannot open this file type, it is an unexpected file type. File: \files\DataBindingExample.zip (unfortunately the 404 type page of HV doesn't give you this info).
任何人都知道一个解决方案?我想我可以找到一个注册表黑客,但这不是很可取。
这篇关于帮助查看器 - 在主题中嵌入文件的语法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!