Browse Source

install: new performance counters provider guid

The io.js performance counters manifest conflicts with the one from
node, causing installer failures. Change the GUID in the io.js
performance counters manifest file to resolve the conflicts.

Fixes: https://github.com/iojs/io.js/issues/524
PR: https://github.com/iojs/io.js/pull/1001
Reviewed-by: Bert Belder <bertbelder@gmail.com>
v1.8.0-commit
Russell Dempsey 10 years ago
committed by Bert Belder
parent
commit
7887e119ed
  1. 2
      src/res/node_perfctr_provider.man

2
src/res/node_perfctr_provider.man

@ -8,7 +8,7 @@
<provider symbol="NodeCounterProvider" <provider symbol="NodeCounterProvider"
applicationIdentity="iojs.exe" applicationIdentity="iojs.exe"
providerType="userMode" providerType="userMode"
providerGuid="{1E2E15D7-3760-470E-8699-B9DB5248EDD5}"> providerGuid="{793C9B44-3D6B-4F57-B5D7-4FF80ADCF9A2}">
<counterSet symbol="NodeCounterSet" <counterSet symbol="NodeCounterSet"
guid="{3A22A8EC-297C-48AC-AB15-33EC93033FD8}" guid="{3A22A8EC-297C-48AC-AB15-33EC93033FD8}"
uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet" uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet"

Loading…
Cancel
Save