Re: [WiX-users] Dynamically modifying a listbox

2010-11-30 Thread dB .
. Subject: [WiX-users] Dynamically modifying a listbox 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 the listbox table? Cheers

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

[WiX-users] Dynamically modifying a listbox

2010-11-28 Thread Sean Farrow
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 the listbox table? Cheers Sean. --