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.