Important information about Beta 1.0.0.941

Recently we've made changes to the ContinuaCI Service which has led to it having a dependency on the Windows Management Instrumentation service. Without un-installing then re-installing the ContinuaCI Server service, there's no way for users who are upgrading their Continua version to have this dependency applied since we don't re-install the service every time you apply a new version.

Note: This will only apply the fix if you're using the Continua.Server.Service executable from version 1.0.0.941 and higher.

You will need to follow these steps in order to get the desired fix:

  1. Stop the ContinuaCI Service. Either from the Services UI or running net stop ContinuaCI on the command line.
  2. Open up a command prompt at the ContinuaCI Server install location, default is: C:\Program Files\VSoft Technologies\ContinuaCI\Server
  3. Run the command Continua.Server.Service.exe -uninstall
  4. Run the command Continua.Server.Service.exe -install -user=domain\user -password=yourpassword
  5. Start the ContinuaCI Service. Either from the Services UI or running net start ContinuaCI on the command line.