diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-01-14 15:56:20 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-01-14 15:56:20 -0800 |
commit | fb599d6d6bdb02cb8a9f5905f617ba974e3f39fd (patch) | |
tree | 38f4f22ee84541f84d23b4c2b4375040a8117543 /omnibus | |
parent | baa5901edd8d5530bba29046a8b68d5225232a7c (diff) | |
download | chef-fb599d6d6bdb02cb8a9f5905f617ba974e3f39fd.tar.gz |
configure chef client windows service to the correct chef directorysvc_location
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/resources/chef/msi/source.wxs.erb | 2 |
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" /> |