Re: [WiX-users] How to assign Bundle Variable value at runtime based on condition

2013-01-10 Thread Rob Mensching
The wix\src\setup\WixBA is written in C#. On Thu, Jan 10, 2013 at 7:27 AM, Darshan Zala wrote: > Rob, > > Are there any documentation or reference available to built custom BA in > C#? > I've gone through your post and looked through the C++ code but didn't get > much idea how to modify it. > >

Re: [WiX-users] How to assign Bundle Variable value at runtime based on condition

2013-01-10 Thread Darshan Zala
Rob, Are there any documentation or reference available to built custom BA in C#? I've gone through your post and looked through the C++ code but didn't get much idea how to modify it. I need to add few more textboxes and radio buttons in option and welcome screens. -- View this message in co

Re: [WiX-users] How to assign Bundle Variable value at runtime based on condition

2013-01-09 Thread Rob Mensching
Today your custom BA has to do that. There is no "SetVariable" element like there is SetProperty element for MSIs. On Wed, Jan 9, 2013 at 3:22 PM, darshanzala wrote: > I am creating a bundle for 3 application and each of the applications needs > to be installed at difference locations. Also I n