Next generation's garbage RSS 2.0
# Monday, September 27, 2010
Had this happen today.

Tried to install WordPress on a Server 2008 box and the install just hung on step 1 of 7 Installing Update for IIS 7.0 FastCGI (KB980363)

The problem is it attempts to run
net stop iisadmin

and if there are other services installed that depend on that (like smtp) it will wait indefinitely on the prompt asking if you want to stop those dependent services too.

The solution is to manually run
net stop iisadmin

then find net.exe in the task list and end process (if you are still letting the webpi install run).

You'll note that cancelling the webpi install also hangs. kill net.exe works for that too.

Best way is to net stop iisadmin yourself before running webpi.

Monday, September 27, 2010 1:10:03 PM (US Mountain Standard Time, UTC-07:00)  #    Comments [0] -

Comments are closed.
Archive
<February 2012>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910
All Content © 2012, Hafthor Stefansson - Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way. - Sign In