Re: [WiX-users] Dynamically modifying a listbox

2010-11-30 Thread dB .
Some code that does that in C++ here: http://msiext.codeplex.com/SourceControl/changeset/view/70150#816758. -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Sunday, November 28, 2010 5:08 AM To: General discussion for Windows Installer XML toolset. Subjec

Re: [WiX-users] Dynamically modifying a listbox

2010-11-28 Thread Rob Mensching
Add temporary rows to the Listbox table. On Sun, Nov 28, 2010 at 2:07 AM, Sean Farrow wrote: > Hi: > I need to modify a listbox at runtime. > I don't know before running a custom action how many items will need to go > in the listbox. > How would somebody handle this, using properties or updating