hi this z the code for the dialog Custom setup. when i m running the msi all the features r getting listed but when i do right click on features a message "UIText is missing" instead of strings i defined in UITxt table. the Dialog is defined as
<Dialog Id="CustomSetup" Width="374" Height="266" Title="$(loc.nslUIDialogMessage)" NoMinimize="yes" TrackDiskSpace="yes"> <Control Id="Next" Type="PushButton" X="230" Y="243" Width="66" Height="17" Default="yes" Text="$(loc.nslUINext)"> <Publish Event="NewDialog" Value="OutOfSpace"><![CDATA[OutOfNoRbDiskSpace = 1]]></Publish> </Control> <Control Id="Tree" Type="SelectionTree" X="8" Y="80" Width="220" Height="118" Property="_BrowseProperty" Sunken="yes" TabSkip="no" /> <Control Id="Back" Type="PushButton" X="164" Y="243" Width="66" Height="17" Text="$(loc.nslUIBack)"> <Publish Event="NewDialog" Value="MaintenanceType"><![CDATA[NOT Installed = ""]]></Publish> <Publish Event="NewDialog" Value="ChooseCachePath"><![CDATA[nCacheOption = 2 AND Installed = ""]]></Publish> <Publish Event="NewDialog" Value="ChooseCacheOption"><![CDATA[OutOfNoRbDiskSpace = 1]]></Publish> </Control> <Control Id="Cancel" Type="PushButton" X="301" Y="243" Width="66" Height="17" Cancel="yes" Text="$(loc.nslUICancel)"> <Publish Event="SpawnDialog" Value="CancelSetup"><![CDATA[1]]></Publish> </Control> <Control Id="DlgDesc" Type="Text" X="9" Y="23" Width="292" Height="25" Transparent="yes"> <Text><![CDATA[$(loc.nslUICustomSetUpDesc)]]></Text> </Control> <Control Id="DlgTitle" Type="Text" X="9" Y="6" Width="292" Height="25" Transparent="yes"> <Text><![CDATA[$(loc.nslUICustomSetUpDlg)]]></Text> </Control> <Control Id="DlgText" Type="Text" X="9" Y="47" Width="360" Height="20"> <Text><![CDATA[$(loc.nslUICustomSetUpDlgtxt)]]></Text> </Control> <Control Id="ItemDescription" Type="Text" X="241" Y="90" Width="120" Height="50"> <Text><![CDATA[$(loc.nslUICustomSetUpItemtxt)]]></Text> <Subscribe Event="SelectionDescription" Attribute="Text" /> </Control> <Control Id="FeatureGroup" Type="GroupBox" X="235" Y="77" Width="131" Height="120" Text="$(loc.nslUICustomSetUpFG)" /> </Dialog> And UITexts are defined as <UIText Id="SelAbsent"><![CDATA[This feature will not be available.]]></UIText> <UIText Id="Seldvertise"><![CDATA[This feature will be installed when required.]]></UIText> <UIText Id="SelAllLocal"><![CDATA[This feature, and all subfeatures, will be installed on local hard drive.]]></UIText> <UIText Id="SelAbsentLocal"><![CDATA[This feature will be installed on the local hard drive.]]></UIText> -- View this message in context: http://www.nabble.com/error-in-selection-tree%28urgent-plz-help%29-tf4671293.html#a13344790 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users