VS 2005 Windows Services installation?

R

Rob R. Ainscough

has the install process for .NET 2.0 Windows Services changed any from .NET
1.1 ?

I have a ProjectInstaller that contains a ServiceProcessInstaller (set to
LocalSystem) and a ServiceInstaller

I'm using InstallUtil.exe

is this no longer the correct way to install .NET 2.0 Windows Services?

Thanks, Rob.
 
C

Chris Dunaway

That should still work, but I have code that allows you to install your
app from the command line by executing the app itself. It is more
convenient to me.

AppName /Install 'installs service
AppName /Uninstall 'uninstalls service.

I think I posted that code on one of these forums in the past.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top