Windows: Pull in optional components by groups into installer

Instead of referring to each optional component, refer to them by
groups.
This commit is contained in:
Asanka C. Herath
2010-10-08 22:31:32 -04:00
parent a87b4e23d6
commit 50feb0146c

View File

@@ -186,10 +186,10 @@
<ComponentRef Id='comp.ktutil' />
<ComponentRef Id='comp.krb5.conf' />
<?ifdef LsaCache ?>
<ComponentRef Id='comp.LSACache' />
<ComponentGroupRef Id='comps.LSACache' />
<?endif?>
<?ifdef ApiCache ?>
<ComponentRef Id='comp.APICache' />
<ComponentGroupRef Id='comps.APICache' />
<?endif?>
<ComponentRef Id='comp.Plugin.Reg' />