Bugs item #1958604, was opened at 2008-05-06 03:07
Message generated for change (Comment added) made by robmen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1958604&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: extensions
Group: v3.0
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Kristen Southward (southward)
>Assigned to: Rob Mensching (robmen)
Summary: Performance Counter Creation Incomplete
Initial Comment:
I have the following wix source:
<util:PerformanceCategory Id="CounterCategoryWebService" Name="CardPayment
FullRefund Operation" Help="Performance counters for the FullRefund operation
in the CardPayment service">
<util:PerformanceCounter Language="english"
Name="number of operations executed" Type="numberOfItems32" Help="number of
operations executed"/>
<util:PerformanceCounter Language="english"
Name="number of operations / sec" Type="rateOfCountsPerSecond32" Help="number
of operations / sec"/>
<util:PerformanceCounter Language="english"
Name="average time per operation" Type="averageTimer32" Help="average time per
operation"/>
<util:PerformanceCounter Language="english"
Name="average time per operation base" Type="averageBase" Help="average time
per operation base"/>
<util:PerformanceCounter Language="english" Name="time
taken per operation" Type="elapsedTime" Help="time taken per operation"/>
</util:PerformanceCategory>
When i install used the msi produced, the Performance category is created
successfully, however, each Performance Counter that is created is displayed
using what appears to be an internal ID, e.g. 7920, rather than the name I have
assigned.
Also the help text does not appear.
I am using v3.0.4014
----------------------------------------------------------------------
>Comment By: Rob Mensching (robmen)
Date: 2008-05-22 23:20
Message:
Logged In: YES
user_id=991639
Originator: NO
Problem was that the default language was not being defaulted and not
erroring out. Chose to default to 0x09 ("english") rather than error out.
That's consistent with rest of the WiX toolset.
----------------------------------------------------------------------
Comment By: Kristen Southward (southward)
Date: 2008-05-06 03:32
Message:
Logged In: YES
user_id=2075273
Originator: YES
Note have just tried with nightly 3.0.4102.0 and results were the same
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1958604&group_id=105970
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs