|
Install/Uninstall Commit Web Interface |
Top Previous Next |
|
Commit Web Interface runs as a Windows Service on your server.
Install: This part of the installation should be performed on the server itself.
Note: Make sure to run CommitCRM client at least once before installing the Web interface service for the first time.
<Installation_DIR>\Commit\WebInterface\CommitWebInterface.exe -install
Note: The <Insallation_Dir> must refer to a LOCAL server path (e.g. c:\ or D:\Software, etc.) and NOT to a shared network name/path.
A service called CommitWebInterface is now displayed in the system services management window (Control Panel > Administration Tools > Services). Using the Services Management window make sure that the service is running and that it is set to start automatically (Startup type > Automatic) each time the server is restarted.
Uninstall: To Uninstall Commit Web Interface stop the CommitWebInterface service and then type the following command in a command prompt window on the server:
<Installation_DIR>\Commit\WebInterface\CommitWebInterface.exe -uninstall |