Hello

What really happens behind the scenes when you run installtuil
myservice.exe, or installuti.exe myservice.exe /u? Is there some registry
entry changed, or is the GAC updated?

We have a separate dev and prod environment, and I'm looking for an easy way
to deploy between environments. Also, does installutil have any dependencies?

Thanks
--
David A. Diaz
night.skywatcher@yahoo.com

Re: Windows Services - Installation by sloan

sloan
Fri May 09 14:58:15 CDT 2008


Go here:
http://www.eggheadcafe.com/articles/20041204.asp

Ignore the msmq stuff.

Check out the way Peter does the install/uninstall.

I've incorporated that into my my services now.

It really helps with the IT people who deploy stuff.

..

install.bat
uninstall.bat



<night.skywatcher@community.nospam> wrote in message
news:57AB750B-3199-475E-A112-5D3AE9BEEE5C@microsoft.com...
> Hello
>
> What really happens behind the scenes when you run installtuil
> myservice.exe, or installuti.exe myservice.exe /u? Is there some registry
> entry changed, or is the GAC updated?
>
> We have a separate dev and prod environment, and I'm looking for an easy
> way
> to deploy between environments. Also, does installutil have any
> dependencies?
>
> Thanks
> --
> David A. Diaz
> night.skywatcher@yahoo.com