summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2017-01-04 17:13:53 -0500
committerBryan McLellan <btm@loftninjas.org>2017-01-04 17:16:02 -0500
commite11819c4d91cdf7d4641b9dd9ff1f0c385f86ab9 (patch)
tree49742ba33644379d0e73b5ac064e809226e66b5f
parentc751f867f72f90b19b3355bdab009a354677e853 (diff)
downloadchef-btm/no-chef-log.tar.gz
DO NOT MERGE: skip the event logger library installbtm/no-chef-log
-rw-r--r--omnibus/resources/chef/msi/source.wxs.erb7
1 files changed, 0 insertions, 7 deletions
diff --git a/omnibus/resources/chef/msi/source.wxs.erb b/omnibus/resources/chef/msi/source.wxs.erb
index c49a8324f9..b91c844575 100644
--- a/omnibus/resources/chef/msi/source.wxs.erb
+++ b/omnibus/resources/chef/msi/source.wxs.erb
@@ -160,12 +160,6 @@
<ServiceControl Id="ControlChefClientService" Name="chef-client"
Remove="both" Stop="both" Wait="yes" />
</Component>
- <Component Id="ChefClientLog" Guid="{8e492d59-3a0c-43fd-b889-e35dfa33da91}">
- <util:EventSource xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
- Name="Chef" Log="Application"
- EventMessageFile="[PROJECTLOCATION]$(var.ChefLogDllPath)"
- />
- </Component>
</Directory>
</Directory>
</Directory>
@@ -189,7 +183,6 @@
<ComponentRef Id="ProjectLocationPermissions" />
<ComponentRef Id="ChefClientPath" />
<ComponentRef Id="CONFIGLOCATIONDIR" />
- <ComponentRef Id="ChefClientLog" />
</Feature>
<Feature Id="ChefPSModuleFeature" Title="!(loc.FeaturePSModuleName)" Level="1000" AllowAdvertise="no">