Kbase 18708: Windows NT: ProService Installation Done Manually
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2003 |
|
Status: Verified
GOAL:
How to manually install the ProService manually.
GOAL:
Useful in cases where a Progress installation finished without the service being registered correctly.
FACT(s) (Environment):
Progress 8.x
Windows NT 32 Intel/Windows 2000
FIX:
1) Open a command prompt. From the Start Menu --> Run --> type "cmd"
2) Change to the installation directory ($DLC\BIN).
3) Issue the command: <Prosrvc /install>
This will install the service and create two registry subtrees:
HKEY_LOCAL_MACHINE\SYSTEM\Controlset001\Services\ProService(8.X/9.X)
and
HKEY_LOCAL_MACHINE\SYSTEM\Controlset\Services\ProService(8.X/9.X)
Displayname "ProService For (8.X/9.X)"
ErrorControl "0x00000001(1)
ObjectName "localsystem"
Start "0x00000003(3)
Type "0x00000010(16)
The command <prosrvc /remove> will remove those keys again.