I am very new to WIX installer, I have the following feature:
<Feature Id="F_MyFeature" Title="My Feature" TypicalDefault="install" Level="1" Display="expand" >
Obviously it shows in the feature list as "Will be installed on local hard drive"
I want this feature to show the "X" on it and not to be installed by default, how do I do that ?