summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-01-14 15:56:20 -0800
committerMatt Wrock <matt@mattwrock.com>2016-01-14 15:56:20 -0800
commitfb599d6d6bdb02cb8a9f5905f617ba974e3f39fd (patch)
tree38f4f22ee84541f84d23b4c2b4375040a8117543
parentbaa5901edd8d5530bba29046a8b68d5225232a7c (diff)
downloadchef-fb599d6d6bdb02cb8a9f5905f617ba974e3f39fd.tar.gz
configure chef client windows service to the correct chef directorysvc_location
-rw-r--r--omnibus/resources/chef/msi/source.wxs.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/resources/chef/msi/source.wxs.erb b/omnibus/resources/chef/msi/source.wxs.erb
index d9c05127ed..f9c2b55cde 100644
--- a/omnibus/resources/chef/msi/source.wxs.erb
+++ b/omnibus/resources/chef/msi/source.wxs.erb
@@ -96,7 +96,7 @@
<File Id="RubyExecutable" Source="$(var.ProjectSourceDir)\embedded\bin\ruby.exe" KeyPath="yes" />
<ServiceInstall Name="chef-client" Type="ownProcess"
Start="auto" Vital="yes" ErrorControl="ignore"
- Arguments="$(var.ProjectSourceDir)\bin\chef-windows-service"
+ Arguments="[PROJECTLOCATION]\bin\chef-windows-service"
DisplayName="!(loc.ServiceDisplayName)"
Description="!(loc.ServiceDescription)">
<ServiceDependency Id="Winmgmt" />