Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Starting a Service - Ignore Errors?


1 reply to this topic

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 04 April 2003 - 22:35

I see you can pass an arguement to a Service start.  Is there any way to pass a parameter to bypass an error, Can't Start Service, for example?

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 14 April 2003 - 13:56

The problem was that my service start was erroring on systems with no sql database.

The problem was that I had the install level set to low on the feature containing the install/control service features. Once this was set accordingly, the service would not be installed and the control event not attempted unless feature installation conditions were met.

Problem solved.

Sorry if I wasted anyone's time.