tags:

views:

147

answers:

1

Hi,

How can I populate in to the listbox the values dynamically using Wix.Like when i click add it should add the values in to the listbox.please help..

A: 

Read:

http://blog.deploymentengineering.com/2008/07/dynamic-windows-installer-ui.html

You follow the same technique except you are manipulating the ListBox table.

Christopher Painter
Is it possible to implement that using normal wix and not depending on any custom actions..?? or do you have the CUSTOM ACTION CODE IN c++..???
I work in a pure .NET shop so I don't typically need to bother using C++ instead of C#. But you'll probably get what you need by parsing through this thread.http://forum.installsite.net/index.php?showtopic=16596
Christopher Painter