/* Syntax of Installing Windows Services */ InstallUtil /i E:\Systematix\WinService\WindowsService1\bin\Debug\WindowsService1.exe /* Syntax of Uninstalling Windows Services */ InstallUtil /u E:\Systematix\WinService\WindowsService1\bin\Debug\WindowsService1.exe