
Installing VB.NET Windows Service on different machine.
I have created a windows service which as tested out locally and is
working. I need to put this service on another machine, but I am not
sure what I need to have on that machine prior to installing the
service. Do I first need to put the .NET Framework on the machine and
then run the InstallUtil <servicename>? I tried just the InstallUtil
<servicename> but it looked like soem DLLs may be missing.
Thanks.