[Offtopic - Maybe] MSDN Documentation

M

Mythran

Can someone please point me to some articles explaining how to convert the
code comment xml files into MSDN documentation? I've made some
modifications to Enterprise Library and would like to create the msdn
documentation for my changes (which have been documented using code comments
following the same patterns that the P&P guys use)...since these assemblies
will be used by my co-workers, the MSDN docs should be updated to reflect my
changes as well....

Thanks,
Mythran
 
Z

Zhi-Xin Ye [MSFT]

Dear Mythran,

As I understand, you want to using comments in the source code to generate
MSDN-style documentation and integrate the documentation into the MSDN
library. If I misunderstand you, please let me know.

There're two help tools available for authoring and integrating help
documents: Sandcastle and HelpStudio Lite.

Sandcastle produces accurate, MSDN style, comprehensive documentation by
reflecting over the source assemblies and optionally integrating XML
Documentation Comments.
You can visit Sandcastle blog for the latest version of Sandcastle at :
http://blogs.msdn.com/sandcastle/

HelpStudio Lite is a set of tools that you can use to author and build Help
content, and create, manage, and compile Help projects. HelpStudio Lite
produces compiled Help files (.hxs and .hxc) that can be integrated into
the Visual Studio Help collection.

For more information about the help tools, you can refer to:
http://msdn.microsoft.com/en-us/library/bb707561.aspx

If you have anything unclear about this, please feel free to let me know.

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Mythran

Zhi-Xin Ye said:
Dear Mythran,

As I understand, you want to using comments in the source code to generate
MSDN-style documentation and integrate the documentation into the MSDN
library. If I misunderstand you, please let me know.

There're two help tools available for authoring and integrating help
documents: Sandcastle and HelpStudio Lite.

Sandcastle produces accurate, MSDN style, comprehensive documentation by
reflecting over the source assemblies and optionally integrating XML
Documentation Comments.
You can visit Sandcastle blog for the latest version of Sandcastle at :
http://blogs.msdn.com/sandcastle/

HelpStudio Lite is a set of tools that you can use to author and build
Help
content, and create, manage, and compile Help projects. HelpStudio Lite
produces compiled Help files (.hxs and .hxc) that can be integrated into
the Visual Studio Help collection.

For more information about the help tools, you can refer to:
http://msdn.microsoft.com/en-us/library/bb707561.aspx

If you have anything unclear about this, please feel free to let me know.

Zhi-Xin Ye,

I am aware of both, HelpStudio Lite and Sandcastle. What I need to know now
is after I compiled the files into hxs and hxc files, how do I go about
integrating/registering them in a deployment script to be installed on
fellow developer machines so when they open MSDN (either from Visual Studio
2008 or from the program group icon), they can see the documentation in the
index for the main MSDN collection.

Thanks,
Mythran
 
Z

Zhi-Xin Ye [MSFT]

Dear Mythran,

You can use Microsoft Windows Installer and the Help merge modules supplied
with the Visual Studio SDK to integrate and register the help
documentation, here is a walkthrough for your information:

[Walkthrough: Registering and Integrating Your Help Collection Using
Windows Installer ]
http://msdn.microsoft.com/en-us/library/bb164959(VS.80).aspx

You can also refer to this document if you want to know more about the
deployment of Help documentation.

[Deploying a Help Collection]
http://msdn.microsoft.com/en-us/library/bb165765.aspx

Please follow the steps in the walkthrough and let me know wether it helps
or not.

Have a nice weeken!

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Mythran

Zhi-Xin Ye said:
Dear Mythran,

You can use Microsoft Windows Installer and the Help merge modules
supplied
with the Visual Studio SDK to integrate and register the help
documentation, here is a walkthrough for your information:

[Walkthrough: Registering and Integrating Your Help Collection Using
Windows Installer ]
http://msdn.microsoft.com/en-us/library/bb164959(VS.80).aspx

You can also refer to this document if you want to know more about the
deployment of Help documentation.

[Deploying a Help Collection]
http://msdn.microsoft.com/en-us/library/bb165765.aspx

Please follow the steps in the walkthrough and let me know wether it helps
or not.

Have a nice weeken!

The problem with using Microsoft Windows Installer is that we use a
third-party installation creation tool (InnoSetup). But, I did resort to
creating an installer using VS and just included this installer as a silent
install with my InnoSetup script.

How can I integrate, if possible, my help collections with the default help
collection (when MSDN is opened outside of Visual Studio)?

Thanks,
Mythran
 
Z

Zhi-Xin Ye [MSFT]

Dear Mythran,

Have you tried the steps in the document I posted in my last reply? The
document link is:

[Walkthrough: Registering and Integrating Your Help Collection UsingWindows
Installer ]
http://msdn.microsoft.com/en-us/library/bb164959(VS.80).aspx

It provides a detailed tutorial on how to register and integrate the help
collections into the default MSDN help collection.
You can follow the steps to create an installer, and include it as a silent
install with your InnoSetup script.

If any of the steps in the document is unclear, please feel free to let me
know, I will be happy to be of assistance.

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Z

Zhi-Xin Ye [MSFT]

Dear Mythran,

As far as I know the manually way to register and integrate the Help
documents on target machines would be complex. Two installers might not be
ideal, but it's the most quick way to deploy the Help documents as you use
a third party deployment tool, it will save you a lot of time to write
code. :)

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.


Does my last reply make sense to you? If you need further help, please feel
free to let me know, I will be happy to be of assistance.

Have a nice day!
 
M

Mythran

Zhi-Xin Ye said:
Dear Mythran,

As far as I know the manually way to register and integrate the Help
documents on target machines would be complex. Two installers might not be
ideal, but it's the most quick way to deploy the Help documents as you use
a third party deployment tool, it will save you a lot of time to write
code. :)

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no
rights.


Does my last reply make sense to you? If you need further help, please
feel
free to let me know, I will be happy to be of assistance.

Have a nice day!

Your reply leads me to believe that there is a manual way to register
documentation. If this is true, is there documentation available on how to
do it? Sure, I can see that it is troublesome and/or very complex/time
consuming, but hey, I'd like to make the decision on which way to go, if
possible.

Thanks,
Mythran
 
Z

Zhi-Xin Ye [MSFT]

Dear Mythran,

Yeah, after doing more research on this issue, I find there's a manually
way to register the Help document, we can use the H2Reg.exe tool from
helpware.net to register help documents during installation, this approach
would avoid creating a separate MSI installer.

For more information about the H2Reg.exe, you can refer to these documents:

H2Reg Home Page
http://helpware.net/mshelp2/h2reg.htm

H2Reg & Inno Installer
http://www.helpware.net/mshelp2/h2reg_inno.htm

Should you have any questions, please don't hesitate to let me know.

Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team

[This response contains a reference to a third party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.]

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top