Skip to content

Commit 7887e11

Browse files
SgtPookipiscisaureus
authored andcommitted
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: #524 PR: #1001 Reviewed-by: Bert Belder <[email protected]>
1 parent 7554612 commit 7887e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/res/node_perfctr_provider.man

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

0 commit comments

Comments
 (0)