Instructions are provided below for installing and uninstalling the WaspTimeServer service (after the main WaspTime installation has been completed).
Manually Install the WaspTimeServer Service:
- Start a Command prompt as Administrator.
- For 64-bit Windows, enter the following command, then press ENTER:
cd C:\Program Files (x86)\Wasp Technologies\WaspTime
For 32-bit Windows, enter the following command, then press ENTER:
cd C:\Program Files\Wasp Technologies\WaspTime - Enter the following command, then press ENTER (include a space after wasptimeserver):
wasptimeserver -i
You will not receive any feedback if the installation is successful. If you receive an error stating: "System.Configuration.InstallException", the service is probably already installed. - To start the service, enter the following command, then press ENTER:
net start wasptimeserver
Manually Uninstall the WaspTimeServer Service:
- Start a Command prompt as Administrator.
- For 64-bit Windows, enter the following command, then press ENTER:
cd C:\Program Files (x86)\Wasp Technologies\WaspTime
For 32-bit Windows, enter the following command, then press ENTER:
cd C:\Program Files\Wasp Technologies\WaspTime - Enter the following command, then press ENTER (include a space after wasptimeserver):
wasptimeserver -u
You will not receive any feedback if the uninstall is successful. If you receive an error stating "System.Configuration.InstallException", the service is probably already uninstalled.