How to opt-out of NCover's customer improvement data reporting program

How to opt-out of NCover's customer improvement data reporting program

NCover 3.0.20 includes a customer improvement data reporting feature that reports memory and performance statistics to us whenever NCover.Console, NCover.Reporting, or NCover Explorer is run.

To opt out of our customer improvement reporting for any one of the programs above, open the .config file for the program, find the section, and change

< add key="customerfeedbackoptout" value="0"/>

to

< add key="customerfeedbackoptout" value="1"/>

Example: Opting out of data reporting for NCover.Console.exe

  1. Open NCover's installation directory ("C:\Program Files\NCover\", don't forget that NCover (x86) is installed in "C:\Program Files (x86)\NCover\" on 64-bit machines, and that it's config file will have to be changed as well.
  2. Find and open in a text editor the "NCover.Console.exe.config" file.
  3. Locate the area in the file.
  4. Find the "customerfeedbackoptout" key
  5. Change the value to "1" (from "0")
  6. Save and close the file

NCover's customer improvement data reporting feature is powered by PreEmptive Solutions' Runtime Intelligence™.