Bugs item #1539986, was opened at 2006-08-14 13:31 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1539986&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: light Group: v2.0 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Vova Tymchenko (halleck2) Assigned to: Derek (derekc) Summary: Merge module row generation bug Initial Comment: To reproduce the bug on WiX 2.0 (most recent): 1) Create a new merge module definition 2) Create a new dialog (lets say Dialog1) in the merge module definiton, add a pushbutton to the dialog (lets say Button1) 3) Add a property to the merge module (let's say Property1), set the value of the property to Dialog1 3) Publish an event for the Button1 that would do NewDialog, set the value attribute to [Property1]. I.e. I wish to show a new dialog specified by the property named Property1. 4) compile and link the module definition. 5) Look at the ControlEvent table, see the event for the Button1. It would look like [Property1].YOUR-GUID-124-15345-245425-45]. It should look like [Property1.YOUR-GUID-124-14544-14541-45]. The proposed fix is to change the OutputRow.cs, see the attached difference file. Thanks, great job otherwise. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1539986&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
