Skip to content

Commit

Permalink
Code review comments: windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
marcparadise committed Mar 26, 2018
1 parent dd3f44d commit 7005938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion omnibus/config/projects/chef-workstation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

dependency "preparation"
dependency "chef-workstation"
dependency "clean-static-libs"
dependency "version-manifest"
dependency "clean-static-libs"

exclude "**/.git"
exclude "**/bundler/git"
Expand Down
1 change: 0 additions & 1 deletion omnibus/config/software/chef-workstation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
dependency "bundler"
dependency "ruby"
dependency "appbundler"
dependency "version-manifest"

relative_path "components/chef-workstation"

Expand Down
4 changes: 2 additions & 2 deletions omnibus/resources/chef-workstation/msi/source.wxs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-->
<% if fastmsi %>
<SetProperty Id="FastUnzip"
Value="FASTZIPDIR=[INSTALLLOCATION];FASTZIPAPPNAME=chef_workstation"
Value="FASTZIPDIR=[INSTALLLOCATION];FASTZIPAPPNAME=chef-workstation"
Sequence="execute"
Before="FastUnzip" />

Expand All @@ -38,7 +38,7 @@

<CustomAction Id="Cleanup"
Directory="INSTALLLOCATION"
ExeCommand="cmd /C &quot;rd /S /Q chef_workstation&quot;"
ExeCommand="cmd /C &quot;rd /S /Q chef-workstation&quot;"
Execute="deferred"
Impersonate="no"
Return="ignore" />
Expand Down

0 comments on commit 7005938

Please sign in to comment.