G
Guest
Hi...
I've got some perf counters that I install with a
PerformanceCounterInstaller. I've got new code I want to test and legacy
code installed on the same system. I *thought* that the
PerformanceCounterInstaller would fail if the counter category was already
installed. It appears, however, that InstallUtil just installs over the old
copy (so my legacy code starts freaking out).
It this the case? Is there any way to have InstallUtil at least warn if the
counters are already there and not do it?
I made my new code backward compatible but the legacy code won't work with
the new counters.
Thanks
Mark
I've got some perf counters that I install with a
PerformanceCounterInstaller. I've got new code I want to test and legacy
code installed on the same system. I *thought* that the
PerformanceCounterInstaller would fail if the counter category was already
installed. It appears, however, that InstallUtil just installs over the old
copy (so my legacy code starts freaking out).
It this the case? Is there any way to have InstallUtil at least warn if the
counters are already there and not do it?
I made my new code backward compatible but the legacy code won't work with
the new counters.
Thanks
Mark