Win32 Svc!

  • Thread starter Thread starter Vai2000
  • Start date Start date
Your service project probably includes a ServiceInstaller instance so you
can install the service using the InstallUtil. That object has a property
named "ServicesDependedOn" which is a string array. Just add the name of the
MSMQ service in here.

Ken
 
Thank you my friend.


Ken Kolda said:
Your service project probably includes a ServiceInstaller instance so you
can install the service using the InstallUtil. That object has a property
named "ServicesDependedOn" which is a string array. Just add the name of the
MSMQ service in here.

Ken
 
Back
Top