Skip to content

Commit 0e68801

Browse files
committed
fix(wix): Flatten feature structure to fix component reference
1 parent 8fc0520 commit 0e68801

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

wix/main.wxs

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,16 @@
7474
</Directory>
7575

7676
<Feature
77-
Id='Binaries'
78-
Title='Application'
79-
Description='Installs Ferrite text editor.'
77+
Id='Complete'
78+
Title='Ferrite'
79+
Description='Installs Ferrite text editor with Start Menu shortcut.'
8080
Level='1'
8181
ConfigurableDirectory='APPLICATIONFOLDER'
8282
AllowAdvertise='no'
83-
Display='expand'
8483
Absent='disallow'>
8584

8685
<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>
86+
<ComponentRef Id='ApplicationShortcut'/>
9687
</Feature>
9788

9889
<SetProperty Id='ARPINSTALLLOCATION' Value='[APPLICATIONFOLDER]' After='CostFinalize'/>

0 commit comments

Comments
 (0)