Re: [Nant-users] MSI task - how to customize SelectionTree control in CustomSetup dialog

2004-11-04 Thread James Geurts
hi Roman, I'm not sure about this, off the top of my head, but if you haven't checked this page out, it might be worth a look. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/feature_table.asp The attributes value for that table is populated by the "attr" attribute from

[Nant-users] MSI task - how to customize SelectionTree control in CustomSetup dialog

2004-11-04 Thread Roman Semenov
Hello, During the installation process the user has three options for the type of installation: typical, full, and custom. When the user selects custom installation a custom setup dialog appears. This dialog has a SelectionTree control that shows a tree of features available for installation. W