I have the following ServiceInstall table entry:

                       <row>
                           <columns>
                               <column name="ServiceInstall" value="PPCService"/>
 .  . .
                               <column name="Component_" 
value="ApplicationServer.exe"/>
                           </columns>
                       </row>
                       <row>
                           <columns>
                               <column name="ServiceInstall" 
value="TandemHeartbeatService"/>
 . . .
                               <column name="Component_" 
value="ApplicationServer.exe"/>
                           </columns>
                       </row>

And the following ServiceControl table description:

                       <row>
                           <columns>
                               <column name="ServiceControl" value="PPCService"/>
. . .
                               <column name="Component_" 
value="ApplicationServer.exe"/>
                           </columns>
                       </row>
                       <row>
                           <columns>
                               <column name="ServiceControl" 
value="TandemHeartbeatService"/>
 . . .
                               <column name="Component_" 
value="ApplicationServer.exe"/>
                           </columns>
                       </row>

The supporting component:

                <component name="_4FFC693A3BD245E6BF5CC3A3CCD29432" 
id="{AF684BD8-0770-4EA6-B485-FE138153345F}" attr="2" directory="TARGETDIR" 
feature="ApplicationServerFeature">
                    <key file="ApplicationServer.exe" />
                    <fileset basedir="${build.dir}">
                        <include name="ApplicationServer.exe" />
                    </fileset>
                    <forceid file="ApplicationServer.exe" 
id="_C6B45DABA9144E8D847EB39CE25E52E4" attr="512" checkinterop="false" />
                </component>

My question is should I use the component name in the above service columns, or should 
I use "ApplicationServer.exe" which is the name of the executable? It seems that I 
should use "_4FFC693A3BD245E6BF5CC3A3CCD29432". It is not really clear from the wiki 
as the component entry is not shown.

Thank you.

Kevin Burton


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to