In the case where you would like to uninstall .NET Remoting Service, follow the directions below to complete this process:
Stop the CyberStore Remoting Service
- Open Windows Services administrator tool on the SYSPRO Server.
- Locate and select “CyberStore Remoting Service.”
- Choose Action > Stop > Properties from the menu.
- The value for “Path to executable” indicates the installation directory.
- Close the "Properties" window.
Unregister the service
- In a command prompt, navigate to the .NET installation folder using the following:
cd c:\windows\microsoft.net\framework\v4.0.30319\
- Next, un register the service using the following command:
installutil.exe /u "C:\Program Files(x86)\dovetail\RemotingService\RemotingService.exe"
where the path above is the location of the RemotingService.exe file.
Remove the Installation
- Delete all files in the installation directory of .NET remoting on the server.