I have an application which uses MS Chart Controls for .net v3.5 SP1 and as part of the installer, I currently include the chart controls and install them every time the installer runs.
That feels a bit crude though so I'd like to detect whether the controls are installed (I already have some code that does that for .net via detecting registry entries). Is there some standard registry entries I can check for?