Re: [WiX-users] Installing performance counters problem

2011-11-04 Thread Marcin Roman
hn Bergman [mailto:john.berg...@xpedienttechnologies.com] Sent: 3. november 2011 20:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing performance counters problem Marcin, We had similar issues, so decided to just create the performance counters when the a

Re: [WiX-users] Installing performance counters problem

2011-11-03 Thread John Bergman
within our application). John -Original Message- From: Marcin Roman [mailto:t-mro...@microsoft.com] Sent: Thursday, November 03, 2011 10:21 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing performance counters problem Hi, It turned out that

Re: [WiX-users] Installing performance counters problem

2011-11-03 Thread Marcin Roman
Hi, It turned out that all of the missing entries were of type rawBase and it was expected behavior not to show them. But the problem with gathering data still exist: it should be able to work with multiple instances and setting on/off MultiInstance attribute does not allow to catch anything. T