compunent Feature fix

This commit is contained in:
vadym 2021-09-12 17:41:43 +03:00
parent c572ac1bbb
commit 0f53a75a9a

View file

@ -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"