WiX: Set non-empty feature name.

It can be displayed in Advanced mode.
This commit is contained in:
Fyodor Sheremetyev 2013-03-15 15:42:34 +00:00
parent d7b6da66c4
commit 5b3ad33066

View file

@ -70,7 +70,7 @@
<Feature Id="MainProgram" Title="Program" Description="The main executable." Level="1"> <Feature Id="MainProgram" Title="Program" Description="The main executable." Level="1">
<ComponentRef Id="MainExecutable" /> <ComponentRef Id="MainExecutable" />
</Feature> </Feature>
<Feature Id="Manual"> <Feature Id="Manual" Title="Manual">
<ComponentRef Id="Documentation" /> <ComponentRef Id="Documentation" />
<ComponentRef Id="ApplicationShortcut" /> <ComponentRef Id="ApplicationShortcut" />
</Feature> </Feature>