I am very new to installing WIX, I have the following function:
<Feature Id="F_MyFeature" Title="My Feature" TypicalDefault="install" Level="1" Display="expand" >
Obviously, it appears in the list of functions as "Will be installed on the local hard drive"
I want this function to display "X" on it and not be installed by default, how do I do this?
source
share