Monthly Archives: September 2009

Windows service management using WMI

After reading this post at StackOverflow, I realized that I was probably wrong to think it was OK to directly access the registry keys that Windows uses to keep track of installed services. Though the names and locations of the … Continue reading

Posted in Coding | Tagged , , | Leave a comment

An easy way to update DNN modules from another app

My thanks go out to Mitchel Sellers for informing me that DotNetNuke has a bulk install feature. I had a need to modify an existing Windows service so it could silently update some DNN modules. I was able to make … Continue reading

Posted in Coding | Tagged , | Leave a comment