14 lines
475 B
XML
14 lines
475 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="featAscomDrivers" Title="ASCOM drivers" Level="1" Absent="disallow"
|
|
Display="expand" >
|
|
<ComponentGroupRef Id="cgAscomTelescopeDriver"/>
|
|
<ComponentGroupRef Id="cgAscomFocuserDriver"/>
|
|
</Feature>
|
|
</FeatureGroup>
|
|
</Fragment>
|
|
</Wix> |