CP-13248: Installer: Install the Service by default. (Feature will be selected, but users can disable it)

This commit is contained in:
Gabor Apati-Nagy 2015-07-20 18:10:31 +01:00
parent f5fd3a6d75
commit 8d79f8a1e1

View File

@ -259,7 +259,7 @@
<ComponentRef Id="ApplicationShortcut" />
</Feature>
<Feature Id="HealthCheckService" Title="Citrix XenServer Health Check Service" Description="Citrix XenServer Health Check Service" Display="expand" Level="2" ConfigurableDirectory="HEALTHCHECKSERVICEDIR" AllowAdvertise="no" InstallDefault="source" Absent="allow" >
<Feature Id="HealthCheckService" Title="Citrix XenServer Health Check Service" Description="Citrix XenServer Health Check Service" Display="expand" Level="1" ConfigurableDirectory="HEALTHCHECKSERVICEDIR" AllowAdvertise="no" InstallDefault="local" Absent="allow" >
<ComponentRef Id="XenServerHealthCheck" />
</Feature>