Windows Service location, InstallUtil action?

P

phrankbooth

Hi,

New to windows services, but I've managed to create one and install it
successfully.

However, I'm confused about what the InstallUtil actually does. I'm not
sure if it just registers and configures the service files (exe, dll,
config, etc...) as a service or if it copies to a special location like
the GAC and runs it all from there, or if the original location of the
files is the actual location even after the InstallUtil is done.

I'm interested in knowing for sure because I'd like to install the
Service's files in my own designated folder. Without having to make a
Setup project.

Thanks, in advance!
--PhB
 
R

Rahul

Hi,
I am not sure whether i can explain in detail on what installutil does
internally, but it does not copy your services to a different
localtion. You exe stays and runs in the folder you have copied to.

-Rahul
 

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