WiX: Set non-empty feature name.
It can be displayed in Advanced mode.
This commit is contained in:
parent
d7b6da66c4
commit
5b3ad33066
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue