We have just begun experimenting with and using SCCM for software deployments. I have recently written a new Windows Service (in C#) to be deployed to our lab machines. I am wondering what the best approach is to get this service installed from SCCM. Locally I have been installing the service with InstallUtil provided by MS. If the machines do not have InstallUtil this will need to be packaged with my service EXE correct? Along with a batch script to actually do the installation.
This is not my usual area of expertise (I'm a developer) but we have recently lost our sysadmin and I have been asked to assist our new person with this. Just want to have my facts straight and ducks in a row.
thanks