Bugs item #1498184, was opened at 2006-05-31 05:37
Message generated for change (Comment added) made by derekc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1498184&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: dark
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Bruno (bgaufier)
>Assigned to: Derek (derekc)
Summary: Incomplete ModuleDependency generation
Initial Comment:
Dark version 2.0.3719.0
When decompiling a merge module (msm), only the first
entry of the ModuleDependency table is processed.
The problem is from Decompiler.cs line 7647
if (view.Fetch(out record))
should probably be
while (view.Fetch(out record))
----------------------------------------------------------------------
>Comment By: Derek (derekc)
Date: 2006-06-11 10:47
Message:
Logged In: YES
user_id=518766
We should probably just fix this since the change is so
ridiculously simple.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1498184&group_id=105970
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs