2013-01-15 22 views

उत्तर

14
<ServiceInstall Id="ServiceNameId" Type="ownProcess" Name="ServiceName" 
       DisplayName="Service Display Name" 
       Description="Service Description" Start="auto" Account="LOCALSYSTEM" 
       ErrorControl="normal"> 
     <ServiceDependency Id="LmHosts" /> 
</ServiceInstall> 
+0

तुरंत काम किया, धन्यवाद! – RikSaunderson