We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc0520 commit 0e68801Copy full SHA for 0e68801
1 file changed
wix/main.wxs
@@ -74,25 +74,16 @@
74
</Directory>
75
76
<Feature
77
- Id='Binaries'
78
- Title='Application'
79
- Description='Installs Ferrite text editor.'
+ Id='Complete'
+ Title='Ferrite'
+ Description='Installs Ferrite text editor with Start Menu shortcut.'
80
Level='1'
81
ConfigurableDirectory='APPLICATIONFOLDER'
82
AllowAdvertise='no'
83
- Display='expand'
84
Absent='disallow'>
85
86
<ComponentRef Id='ferrite.exe'/>
87
-
88
- <Feature
89
- Id='StartMenu'
90
- Title='Start Menu Shortcut'
91
- Description='Add a shortcut to the Start Menu.'
92
- Level='1'
93
- Absent='allow'>
94
- <ComponentRef Id='ApplicationShortcut'/>
95
- </Feature>
+ <ComponentRef Id='ApplicationShortcut'/>
96
</Feature>
97
98
<SetProperty Id='ARPINSTALLLOCATION' Value='[APPLICATIONFOLDER]' After='CostFinalize'/>
0 commit comments