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:
@@ -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' />
|
||||
|
||||
|
Reference in New Issue
Block a user