Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > c# > march 2006 >

c# : Window SERVICE AND DISPLAY NAME



James
3/16/2006 9:26:31 PM
Is it possible that I can have a c# window service run under different
display name?

scott blood
3/17/2006 12:00:00 AM
James,

AFAIK when you create your installer for the services you can change its
display name from there, in the InitializeComponents section of the class
generated, .i.e.

this.serviceInstaller1.DisplayName = "My Service Display Name";

Hope this helps
Regards
Scott Blood
C# Developer


[quoted text, click to view]

AddThis Social Bookmark Button