Reputation: 7146
I've built an installer based on WixUI_FeatureTree.wxs
. I now need to add a third page with some additional controls. I would like it to look the same as CustomizeDlg
in WixUI_FeatureTree.wxs
. Where can I look to find where it's created/defined.
I understand there may not be a WXS file for it, but I still wanted to look at where it's created/defined so I can build an identical dialog using all the same properties.
Upvotes: 1
Views: 710
Reputation: 35976
For WiX Toolset v3, you want the UIExtension.This is WixUI_FeatureTree.
Upvotes: 3