J
Jerron
How to install a .Net Windows Service w/o installer?
when we develope the Windows service, we can use the installutil.exe, which
comes with the SDK, to install/uninstall a service. but in customer's
computer, they usually don't have such thing installed. it doesn't seem to
work to simply copy the installutil.exe. according to MSDN, the conventional
way is to create another deployment project. my question is other than doing
so, can
we do it manually, just simulate what the installer does to have the service
installed? and how?
thanks a lot!
when we develope the Windows service, we can use the installutil.exe, which
comes with the SDK, to install/uninstall a service. but in customer's
computer, they usually don't have such thing installed. it doesn't seem to
work to simply copy the installutil.exe. according to MSDN, the conventional
way is to create another deployment project. my question is other than doing
so, can
we do it manually, just simulate what the installer does to have the service
installed? and how?
thanks a lot!