Roger Yen wrote:

Is there any way to get the value of properties between fragments and/or merger modules?

I want to have a fragment (or merge module) that contains a component which writes to the registry by taking property values from the installation UI fragment file, I can't figure out how to do this. Is it even possible, or I am forced to put the registry component within the UI? Thank you.


Yes, it's possible. With merge modules, it's difficult because merge modules are designed to be self-contained. Fragments, however, are designed to have references to other fragments and sections. You can use PropertyRef to indicate that a Product uses a property defined in a Fragment, for example.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to