Bugs item #1539986, was opened at 2006-08-14 06:31
Message generated for change (Settings changed) made by derekc
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: Pending
>Resolution: Fixed
Priority: 5
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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to