Closed InteXX closed 5 years ago
Are you able to import the TaskScheduler.msha
directly into the Help Viewer?
Yes, that worked. I'm satisfied. (Although I would like to change "Vendor Name" to something more meaningful, if possible.)
On another note, I'm very interested in doing this as well to document my own internal frameworks. I'm weary of digging through the source to find out what method call I should use for a given task, and what class/namespace it's in.
Do you have any links/references to guidance on the process?
--EDIT--
I was able to change "Vendor Name" like so:
TaskScheduler.msha
to reflect the desired nameI also was able to change the title of the topic node in the Help Viewer TreeView:
TaskScheduler.mshc
to TaskScheduler.mshc.zip
html\R_Project_TaskScheduler.htm
<Title />
and corresponding <meta name="Title" />
elementsTaskScheduler.mshc.zip
to TaskScheduler.mshc
I continue to be impressed with the quality of your workmanship.
Thanks for the notes on the title and vendor name. I have updated their sources so they'll provide more descriptive text in the next build and release.
I'm not sure why the batch file isn't working. It has been some time since anyone even asked for the MS Help version. Most people use the online version. The help file is almost completely derived from the XML comments in the code files. I then use Sandcastle Help File Builder (SHFB) to compile it all. It is relatively easy to use. You can find good instructions on their GitHub page.
I have updated their sources so they'll provide more descriptive text in the next build and release.
Very good, thank you.
I'm not sure why the batch file isn't working.
The batch file works perfectly. I think it's a problem somewhere inside HelpLibraryManagerLauncher
. Someday I might inquire over there, but for now this works just fine.
It has been some time since anyone even asked for the MS Help version. Most people use the online version.
Really! I find that odd. The deep integration with the IDE is invaluable. It's so very nice to be able to click anywhere in the word TaskService
, press F1 and get an immediate listing of all properties, methods, events, etc.
I'm still looking for those samples you're talking about, but I'm sure they're in there somewhere ;-)
You can find good instructions on their GitHub page.
Sounds good, I'll have a look.
Got it, thanks.
re: those samples—I just found them.
Any member that displays a Code Example image:
...contains a sample.
Describe the bug The Help builder cannot find the documentation to build.
To Reproduce
Install_TaskScheduler.bat 2.3
(Where the version specified is one of the versions found in%ProgramFiles(x86)%\Microsoft Help Viewer
)The specified content does not exist or is unreadable.
MessageBox
Expected behavior I expected the builder to prepare and install the Help documentation.
Screenshots
Environment (please complete the following information): N/A
Additional context N/A