Question

I want to register a copy of the Gallio zip installation with TestDriven.Net. In another thread, a member has mentioned that the Gallio installer needs to run after the TD installer in order to register Gallio with TD. Unfortunately, I can't run the lastest Gallio installer per corporate policy. Is there a way around this problem? Thanks.

Update: Manually editing the registry worked for me.

On Windows XP, under HKEY_CURRENT_USER/Software/MutantDesign/TestDriven.NET/TestRunners, Add key Gallio.

Under Gallio, add

  1. AssemblyPath - /bin/TDNet/Gallio.TDNetRunner.dll
  2. TypeName - Gallio.TDNetRunner.GallioTestRunner
  3. TypeName_Resident - Gallio.TDNetRunner.GallioResidentTestRunner

Then change

  1. (Default) - 25
Was it helpful?

Solution

You should be able to use Gallio.Utility to install the td.net plugin:

http://www.gallio.org/wiki/doku.php?id=tools:setup_utility_command

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top