Hi All, I am a new Wix user. I have a wix xml file containg many nodes. I have to store the values from the nodes(values of each attribute inside the node) to different variables in an aspx.cs page. How do i go about it. I need to use the deserialization and then create objects to store the values. Kindly help me ASAP. I hope I am clear in what is needed.
Thanks ________________________________________ From: Bob Arnson [...@joyofsetup.com] Sent: Tuesday, December 23, 2008 5:36 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiXLib - Including some or all components. Drew Turner wrote: > This approach works great for the scenario when we want to include the > entire set of binaries. Although it seems to fall down when we only > want to include certain components. For example say I only wanted to > include the RequiredBinary for a certain project. I was wondering if > you had any suggestions on a better structure or technique to share some > or all of the components. WiX always links in fragments as a whole, so the solution is to use multiple fragments: one for each component, then one for each component group you want to expose. Then use ComponentGroupRef in your product and WiX will link in the appropriate fragment and then the fragments that the ComponentGroup refers to via ComponentRef. You can also build up component groups with other component groups using ComponentGroupRef. > Everything that I tried resulted in a > duplicate directory reference or Orphaned components. Directories can also go into their own fragments and be referenced via DirectoryRef. Check out how the WiX setup is authored in the sources.zip file: The product defines top-level directories and fragments use DirectoryRef to create a parent directory with child Directory elements to create subdirectories. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users