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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -