S Stanley Dec 2, 2005 #1 Hi all! Can someone please tell me how to configure a windows serivce's StartUp type to 'Automatic' in VB.Net? Thanks in advance!
Hi all! Can someone please tell me how to configure a windows serivce's StartUp type to 'Automatic' in VB.Net? Thanks in advance!
D David Lloyd Dec 3, 2005 #2 Stanley: The Startup Type is set through the ServiceInstaller class. The following link provides the MSDN documentation for this property. http://msdn.microsoft.com/library/d...rocessserviceinstallerclassstarttypetopic.asp -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. Hi all! Can someone please tell me how to configure a windows serivce's StartUp type to 'Automatic' in VB.Net? Thanks in advance!
Stanley: The Startup Type is set through the ServiceInstaller class. The following link provides the MSDN documentation for this property. http://msdn.microsoft.com/library/d...rocessserviceinstallerclassstarttypetopic.asp -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. Hi all! Can someone please tell me how to configure a windows serivce's StartUp type to 'Automatic' in VB.Net? Thanks in advance!