mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
compunent Feature fix
This commit is contained in:
parent
c572ac1bbb
commit
0f53a75a9a
1 changed files with 6 additions and 1 deletions
|
@ -182,7 +182,7 @@ cat > wix.xml << EOF
|
||||||
KeyPath="yes"/>
|
KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7">
|
<Component Id="UIExecutable" Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7">
|
||||||
|
|
||||||
<File
|
<File
|
||||||
Id="MeshUI"
|
Id="MeshUI"
|
||||||
|
@ -231,10 +231,15 @@ cat > wix.xml << EOF
|
||||||
|
|
||||||
<Feature Id="MeshFeature" Title="Mesh" Level="1">
|
<Feature Id="MeshFeature" Title="Mesh" Level="1">
|
||||||
<ComponentRef Id="MainExecutable" />
|
<ComponentRef Id="MainExecutable" />
|
||||||
|
<ComponentRef Id="UIExecutable" />
|
||||||
<ComponentRef Id="CtrlExecutable" />
|
<ComponentRef Id="CtrlExecutable" />
|
||||||
<ComponentRef Id="ConfigScript" />
|
<ComponentRef Id="ConfigScript" />
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
|
<Feature Id="UIFeature" Title="RiV-mesh manager" Level="1">
|
||||||
|
<ComponentRef Id="UIExecutable" />
|
||||||
|
</Feature>
|
||||||
|
|
||||||
<CustomAction
|
<CustomAction
|
||||||
Id="UpdateGenerateConfig"
|
Id="UpdateGenerateConfig"
|
||||||
Directory="MeshInstallFolder"
|
Directory="MeshInstallFolder"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue