WiX - How to define only Feature tree UI -
i've used wixui_featuretree dialog set need ui feature selection dialog, nothing else. wixui dialog library contains customizedlg dialog understand feature selection. can't find docs on using single library dialog. tried copying wixui_featuretree.wxs fragment wxs , modifying i'm missing declaration or references (the windows installer xml variable !(wix.wixuicostingpopupoptout) unknown.
). i'm using wix v3.7 on vs2010.
try add line
<uiref id="wixui_common" />
to product element (best after </ui> ). shold solve ... variable ... unknown error. try follow "changing ui sequence of built-in dialog set" example of page: http://wix.sourceforge.net/manual-wix3/wixui_customizations.htm
Comments
Post a Comment