I just received a notification of Service Pack 3 for Windows XP availability when I opened my PC. (automatic updates - have mine set to notify when updates are available)
Here a link to Release Notes which I recommend reading before installing the update. More...
March 10, 2008 03:47 by
Ryan
I've done this a couple of times but I still tend to forget at times so
I might as well post here for me and hopefully someone else's reference.
To create a Windows Service see this article by Ken Getz :
Windows Services: New Base Classes in .NET Make Writing a Windows Service Easy
There
are a number of ways to install a windows service, one of which is
using installutil.exe but this post will be using Setup Project which
for me is a little easier to implement:
More...