Archives

Archives / 2007 / May
  • Granting User Rights in C#

    Tags: .NET, C#, CodeSnippets, WMI

    As a follow-up to my previous post about changing a Windows Service's user account - there was one think I forgot. In order for a user to run a service, that user must be granted the "Run as Service" … more

  • InstallerClasses and little-known gems.

    Tags: .NET, C#, Installer

    I'm writing an Installer class for an MSI installer project, and passing a checkbox's value from the MSI UI. I noticed that when I pass the checkbox's linked variable into my code, it's received as a … more