it:ad:installutil:home

No renderer 'odt' found for mode 'odt'

IT:AD:InstallUtil

Install a Windows Service Process

installutil yourproject.exe

Note that with a little work, one can pass arguments to the Service installer, as we do with the XActLib/'s InstallerBase

InstallUtil.exe MyService.exe /AccountType=User /UserName=CORP\SomeOne /Password=Passw0rd1 /StartupType=Automatic

Uninstall a Windows service Process

installutil /u yourproject.exe

If you have no *.exe, but the service is still listed (possibly a hung/failed install process), then

sc delete [servicename]

If you get an OpenService FAILED 5: error:

Try one of the following two options:

1) Use the command Net Stop “service name” to stop the service. 2) Type 'regedit' in start→run and then delete the appropriate key in the registry under

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services. 
  • /home/skysigal/public_html/data/pages/it/ad/installutil/home.txt
  • Last modified: 2023/11/04 03:25
  • by 127.0.0.1