View Single Post
Old 08-30-2008, 02:38 AM   #4
Negeva
Member (10 bit)
 
Join Date: Apr 2005
Posts: 537
You could try and stop the service before installing SP3. Might be an idea to grab SP3 from the link provided above, disconnect from the 'net. shut down all internet security, stop that server (srv.sys) service and then install SP3.

Code:
sc stop [servicename]
-- to stop the service(s)
Code:
sc start [servicename]
-- to start it. From the cmd line.
Negeva is offline   Reply With Quote