Re: [WiX-users] Checkboxes in dialogues

2008-08-27 Thread Bob Arnson
Sean Farrow wrote: > What is the best way of doing this? Can I have checkboxes in listviews > using Wix, or will I have to go with the checkbox approach and > potentially add custom records to the msi, if yes how is this done? > MSI doesn't support check boxes in list views, so you'd have to us

[WiX-users] Checkboxes in dialogues

2008-08-27 Thread Sean Farrow
Hi: I need to display a dialog in wich are a number of checkboxes, only determined by a c++ custom action run when the installation starts on the users system. What is the best way of doing this? Can I have checkboxes in listviews using Wix, or will I have to go with the checkbox approach and pote