Skip to content

Commit

Permalink
update installer.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkideal committed Oct 11, 2024
1 parent 97e3fcb commit fbca4db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@
</Directory>
</Directory>

<Feature Id="MainFeature" Title="Next" Level="1">
<ComponentRef Id="Next" />
<ComponentRef Id="Nextls" />
</Feature>

<DirectoryRef Id="TARGETDIR">
<Component Id="SetPath" Guid="42227732-9F82-4C66-B3DF-361A667A108C">
<Environment Id="PathEnvVar" Name="PATH" Value="[INSTALLFOLDER]" Action="set" Part="last" System="yes" />
</Component>
</DirectoryRef>

<Feature Id="MainFeature" Title="Next" Level="1">
<ComponentRef Id="Next" />
<ComponentRef Id="Nextls" />
<ComponentRef Id="SetPath" />
</Feature>
</Product>
</Wix>

0 comments on commit fbca4db

Please sign in to comment.