• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Can't install RCServer

Newbie Spellweaver
Joined
Oct 26, 2013
Messages
85
Reaction score
22
Is anyone else getting this error when installing RCServerService with a fix? RCClientService installs and runs fine.
RCSConfig has updated to include my computer name. MSSQL is online, the credentials have been updated in ServiceCore.dll.config, and the databases have been restored. Executer.exe.config has also been updated with loadFromRemoteSources.



4F7g2xB - Can't install RCServer - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Moderator
Staff member
Moderator
Joined
Oct 8, 2006
Messages
647
Reaction score
370
its because its installed already.
To test this... Launch a admin command prompt
navigate to your RCServer folder and type

Rcserverservice.exe -uninstall
Rcserverservice.exe -uninstall

Then
Rcserverservice.exe -install

it should take then.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 26, 2013
Messages
85
Reaction score
22
its because its installed already.
To test this... Launch a admin command prompt
navigate to your RCServer folder and type

Rcserverservice.exe -uninstall
Rcserverservice.exe -uninstall

Then
Rcserverservice.exe -install

it should take then.


Nothing changed... Service crashed again...



Help pleasee!!
 
Upvote 0
Newbie Spellweaver
Joined
Sep 11, 2015
Messages
77
Reaction score
42
Install manualy in registry and reboot your pc and then will apper in services for you run.
 
Upvote 0
Joined
Apr 16, 2007
Messages
441
Reaction score
204
I ran into the same issue right-clicking the, "InstallServices.bat" and running as admin didn't help at all you must manually install the services through cmd follow the picture below run cmd as administrator.

Untitled-2 - Can't install RCServer - RaGEZONE Forums

then enter the following: (Change the path to where your RCClient/RCServer is located i place mine at, "C:\Vindictus")

Code:
cd c:\vindictus\server\RCClient
RCClientService.exe -install
NET START "Remote Control Client Service"

cd c:\vindictus\server\RCServer
RCServerService.exe -install
NET START "Remote Control Server Service"
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top