22 lines
842 B
XML
22 lines
842 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" >
|
|
<?include $(sys.CURRENTDIR)\Config.wxi?>
|
|
<Fragment>
|
|
<FeatureGroup Id="fgRoot" >
|
|
<Feature Id="feateSuiteWorkbench" Title="eSuite.WorkBench" Level="1" Absent="disallow"
|
|
Display="expand" >
|
|
<ComponentGroupRef Id="cgeSuiteWorkbench" />
|
|
<ComponentGroupRef Id="cgUnixLibNetcoreapp21"/>
|
|
<ComponentGroupRef Id="cgUnixLibNetcoreapp31"/>
|
|
<ComponentGroupRef Id="cgWinLibNetcoreapp21"/>
|
|
<ComponentGroupRef Id="cgWinLibNetcoreapp31"/>
|
|
<ComponentGroupRef Id="cgWinLibNetstandard20"/>
|
|
<ComponentGroupRef Id="cgWinArmNative"/>
|
|
<ComponentGroupRef Id="cgwinArm64Native"/>
|
|
<ComponentGroupRef Id="cgwinx64Native"/>
|
|
<ComponentGroupRef Id="cgwinx86Native"/>
|
|
</Feature>
|
|
</FeatureGroup>
|
|
</Fragment>
|
|
</Wix> |