--- nt.org	2003-06-30 13:05:00.000000000 -0400
+++ nt.xml	2003-06-30 14:27:25.000000000 -0400
@@ -12,7 +12,10 @@
   <body>
     <section name="Merlin NT Service">
       <p>
-The Merlin installation includes support for the running of a Merlin Kernel as an Windows(TM) NT4 Service.
+       The Merlin installation includes support for running a
+       Merlin Kernel as a Windows(TM) NT4 Service via the
+       <a href="http://wrapper.tanukisoftware.org/doc/english/index.html">
+       Java Service Wrapper</a>.
       </p>
       <p>
         <img src="../../images/service.gif"/>
@@ -22,9 +25,26 @@
         command:</p>
         <source>
  $ cd %MERLIN_HOME%\bin
- $ InstallService-NT.bat
+ $ InstallService-NT.bat [wrapper.conf]
         </source>
         <p>
+          The optional <code>wrapper.conf</code> parameter specifies a
+          Wrapper configuration file.  The default file is located at
+	  <code>%MERLIN_HOME%\conf\wrapper.conf</code>.  This file
+          specifies the root block Merlin will load as a service.  To
+          change this value, edit the following line of your
+          <code>wrapper.conf</code>:
+        </p>
+        <source>
+  wrapper.app.parameter.8=../repository/demo/block.xml
+	</source>
+        <p>
+          For more details on Java Service Wrapper configuration see
+          <a
+          href="http://wrapper.tanukisoftware.org/doc/english/index.html">
+          http://wrapper.tanukisoftware.org/doc/english/index.html</a>.
+        </p>
+        <p>
         After installation please check the service startup parameters
         by using the Service manager in the Windows Control Panel.
         </p>

