Hi all
I have created a Windows Service (called MuskOx) which runs on my development machine (which obviously has Visual Studio installed).
The Bin folder of the project contains the following files:
- InstallUtil.InstallLog
- muskox.InstallLog
- muskox.InstallState
- MuskOx.exe.config
- MuskOx.vshost.exe
- MuskOx.vshost.exe.config
- MuskOx.vshost.exe.manifest
- Kctc.dll (a class library used by MuskOx)
- Kctc.pdb
- MuskOx.exe
- MuskOx.pdb
Can anyone tell me what I need to do to install the service on another machine which doesn't have VS installed? I haven't the faintest idea what half of those files do and I'm finding Googling answers a little unproductive.
Thanks
David