I have done this before by writing stuff into the registry in the
installer..i.e.

   lkeySystem =
Microsoft.Win32.Registry.LocalMachine.OpenSubKey("System");
   lkeyCurrentControlSet = lkeySystem.OpenSubKey
("CurrentControlSet");
   lkeyServices = lkeyCurrentControlSet.OpenSubKey
("Services");
   lkeyService = lkeyServices.OpenSubKey
(this.minsProducerHostServiceInstaller.ServiceName,true);
   lkeyService.SetValue("Description",
CMOSProducerServiceHost.GetServiceDescription(mstrServiceID));

I've got to do this again in 2008, I was wondering if there was a more
elegant way to do this now?

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to