I've created windows services successfully using both installutil </u> myservice.exe How do i deploy it to other machines ?
James wrote: > I've created windows services successfully using both installutil </u> > myservice.exe > > How do i deploy it to other machines ? Make a setup kit - use the custom actions to cause your installer/uninstaller to be executed, as described in the documentation. - Lee