Skip to content

Commit

Permalink
install: new performance counters provider guid
Browse files Browse the repository at this point in the history
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: #524
PR: #1001
Reviewed-by: Bert Belder <bertbelder@gmail.com>
  • Loading branch information
SgtPooki authored and piscisaureus committed Feb 28, 2015
1 parent 7554612 commit 7887e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/res/node_perfctr_provider.man
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<provider symbol="NodeCounterProvider"
applicationIdentity="iojs.exe"
providerType="userMode"
providerGuid="{1E2E15D7-3760-470E-8699-B9DB5248EDD5}">
providerGuid="{793C9B44-3D6B-4F57-B5D7-4FF80ADCF9A2}">
<counterSet symbol="NodeCounterSet"
guid="{3A22A8EC-297C-48AC-AB15-33EC93033FD8}"
uri="Microsoft.Windows.System.PerfCounters.NodeCounterSet"
Expand Down

0 comments on commit 7887e11

Please sign in to comment.