Sebastian's WebLog

.NET Architecture & Technologies

Two Lines of Code - Installing Windows Services w/o InstallUtil.exe

After long time of browsing the web I finally found an article describing how to install/uninstall a service with only two lines of code.

Install:

String []installParams= {filename};
System.Configuration.Install.ManagedInstallerClass.InstallHelper(installParams);

Uninstall:

String []installParams= {"/u", filename};
System.Configuration.Install.ManagedInstallerClass.InstallHelper(installParams);

You have to add System.Configuration.Install reference manually.

Please have a look at Roaan's article at SA Developer http://www.sadeveloper.net/viewarticle.aspx?articleID=49 for further information about logging and stack output.

Comments

afsari said:

Hi.. I have tried this but i am getting FileNot Found exception.

# February 15, 2008 11:30 AM

John said:

You need to specify the full path to the file.

# March 14, 2008 2:33 PM

Sanjay Choubey said:

give appropriate url

# March 25, 2008 1:43 AM

Joseph said:

Thanks, was very helpful

# March 31, 2008 3:07 PM

Haider said:

Where I will write this code, in a new service project or in my own service. Please ...

# July 23, 2009 1:01 AM

Gage said:

Excuse me. If God had wanted us to vote, he would have given us candidates. Help me! Can not find sites on the: Tooth whitening treatment. I found only this - <a href="openparliament.eu/.../ToothWhitening">tooth whitening product service</a>. Tooth whitening, other porcelain - it and whitening that particularly you will rather find. Tooth whitening, the time is your enamel such gums. THX :o, Gage from Emirates.

# March 22, 2010 2:08 PM

gregorcq said:

nore igrace <a href=www.vsezasport.si/.../polar>Polar ure</a> za sprostitev.

# November 24, 2011 1:34 AM

dragarq said:

nore igrace <a href=www.vsezasport.si/.../a> za sprostitev.

# November 24, 2011 2:27 AM

artnakedn said:

namensko varcevanje <a href=http://www.offshorepodjetja.info>offshore podjetja</a>

# February 7, 2012 7:02 AM

nakedn said:

kam vložiti denar 2012 <a href=http://www.netavto.info>avto</a>

# February 7, 2012 12:29 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)