update vs.net documentation registration scripts.

This commit is contained in:
markpollack
2009-12-16 00:32:25 +00:00
parent e72eeb5466
commit 7889390150
4 changed files with 25 additions and 12 deletions

View File

@@ -8,10 +8,13 @@ REM HelpStudio on-line help file under the 'Deploying the Help
REM System' section.
REM Register the Namespace
InnovaHxReg /R /N /Namespace:Spring.NET /Description:"Spring.Scheduling.Quartz" /Collection:COL_Spring-1.2.0.hxc
InnovaHxReg /R /N /Namespace:Spring.NET /Description:"Spring-1.3.0" /Collection:COL_Spring-1.3.0.hxc
REM Register the help file (title in Help 2.0 terminology)
InnovaHxReg /R /T /namespace:Spring.NET /id:Spring.NET-1.2.0 /langid:1033 /helpfile:"Spring.NET.hxs"
InnovaHxReg /R /T /namespace:Spring.NET /id:Spring.NET-1.3.0 /langid:1033 /helpfile:"Spring.NET.hxs"
REM Un-comment to plug in to the Visual Studio.NET 2003 help system
REM Plug in to the Visual Studio.NET 2003 help system
InnovaHxReg /R /P /productnamespace:MS.VSCC.2003 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT
REM This FilterQuery is minimal.
InnovaHxReg /R /F /NameSpace:ms.VSCC.v80 /FilterName:"Spring.NET" /FilterQuery:"\"DocSet\" = \"Spring.NET\""

View File

@@ -11,8 +11,8 @@ REM Un-comment to remove the plug in to the Visual Studio.NET 2003 help system
InnovaHxReg /U /P /productnamespace:MS.VSCC.2003 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT
REM Un-Register the help file (title in Help 2.0 terminology)
InnovaHxReg /U /T /namespace:Spring.NET /id:Spring.NET-1.2.0 /langid:1033 /helpfile:"Spring.NET.hxs"
InnovaHxReg /U /T /namespace:Spring.NET /id:Spring.NET-1.3.0 /langid:1033 /helpfile:"Spring.NET.hxs"
REM Un-Register the Namespace
InnovaHxReg /U /N /Namespace:Spring.NET /Description:"Spring.Scheduling.Quartz" /Collection:COL_Spring-1.2.0.hxc
InnovaHxReg /U /N /Namespace:Spring.NET /Description:"Spring.Scheduling.Quartz" /Collection:COL_Spring-1.3.0.hxc

View File

@@ -8,10 +8,18 @@ REM HelpStudio on-line help file under the 'Deploying the Help
REM System' section.
REM Register the Namespace
InnovaHxReg /R /N /Namespace:Spring.NET /Description:"Spring.Scheduling.Quartz" /Collection:COL_Spring-1.2.0.hxc
InnovaHxReg /R /N /Namespace:Spring.NET /Description:"Spring-1.3.0" /Collection:COL_Spring-1.3.0.hxc
REM Register the help file (title in Help 2.0 terminology)
InnovaHxReg /R /T /namespace:Spring.NET /id:Spring.NET-1.2.0 /langid:1033 /helpfile:"Spring.NET.hxs"
InnovaHxReg /R /T /namespace:Spring.NET /id:Spring.NET-1.3.0 /langid:1033 /helpfile:"Spring.NET.hxs"
REM Un-comment to plug in to the Visual Studio.NET 2005 help system
REM Plug in to the Visual Studio.NET 2005 help system
InnovaHxReg /R /P /productnamespace:MS.VSIPCC.v80 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT
InnovaHxReg /R /F /NameSpace:ms.VSIPCC.v80 /FilterName:"Spring.NET" /FilterQuery:"\"DocSet\" = \"Spring.NET\""
REM Plug in to the Visual Studio.NET 2008 help system
InnovaHxReg /R /P /productnamespace:MS.VSIPCC.v90 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT
REM This FilterQuery is minimal.
InnovaHxReg /R /F /NameSpace:ms.VSIPCC.v90 /FilterName:"Spring.NET" /FilterQuery:"\"DocSet\" = \"Spring.NET\""

View File

@@ -7,12 +7,14 @@ REM For more information on deploying Help 2 files, refer to the
REM HelpStudio on-line help file under the 'Deploying the Help
REM System' section.
REM Un-comment to remove the plug in to the Visual Studio.NET 2005 help system
REM Remove the plug in to the Visual Studio.NET 2008 help system
InnovaHxReg /U /P /productnamespace:MS.VSIPCC.v90 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT
REM Remove the plug in to the Visual Studio.NET 2005 help system
InnovaHxReg /U /P /productnamespace:MS.VSIPCC.v80 /producthxt:_DEFAULT /namespace:Spring.NET /hxt:_DEFAULT
REM Un-Register the help file (title in Help 2.0 terminology)
InnovaHxReg /U /T /namespace:Spring.NET /id:Spring.NET-1.2.0 /langid:1033 /helpfile:"Spring.NET.hxs"
InnovaHxReg /U /T /namespace:Spring.NET /id:Spring.NET-1.3.0 /langid:1033 /helpfile:"Spring.NET.hxs"
REM Un-Register the Namespace
InnovaHxReg /U /N /Namespace:Spring.NET /Description:"Spring.Scheduling.Quartz" /Collection:COL_Spring-1.2.0.hxc
InnovaHxReg /U /N /Namespace:Spring.NET /Description:"Spring.Template.Velocity" /Collection:COL_Spring-1.3.0.hxc