Windows Service Application
The dm_connector_svc.exe service application is a launcher/wrapper for Documaker Connector. This application is set up to run as a Windows Service. It can perform the service installation itself or uninstall the service by being run from the command line. If run from the command line, include one of these parameters:
| install | Installs the Windows Service and terminates. |
| uninstall | Removes the Windows Service and terminates. |
| console | Runs the java application as a console application, for troubleshooting purposes. |
Here is an example: dm_connector_svc.exe install
If the program is run without parameters, it must run as a Windows Service.