Running NCover for both x86 and x64

 Is it possible to use both NCover x86 & NCover x64 (as expected, one is in "Program Files (x86)" and the other in "Program Files"), yet in the options choices, there's only one option for the executable's location.  Any suggestions would be appreciated.

You can use some script to change the path at runtime in the BeforeAction script event :

[Code]var opt = GetOptionsObject(“NCover”);opt.NCoverPath = “C:\Program Files\NCover”;[/Code]

I have added support for selecting 32 or 64bit NCover, however I cannot locate our license to test this (need to make sure it’s backwards compatible), I will sort this out on Monday. We’re planning on releasing an official update next week so we’ll get the changes in then.