summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-04-03 08:21:37 +0100
committerStuart Preston <stuart@chef.io>2018-04-03 08:21:37 +0100
commitd1631a19e967aac4af7bb8b4e2f14f400a378adb (patch)
tree2950615af379c3265a53a563cb64fe467d9eed0f
parentce0a8e7e0aa7e418e231762ed5ab4e47a4181e21 (diff)
downloadchef-sp/backport/issue/7103.tar.gz
Attempt to unzip files even if in repair modesp/backport/issue/7103
Signed-off-by: Stuart Preston <stuart@chef.io>
-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 c49a8324f9..2c597237bb 100644
--- a/omnibus/resources/chef/msi/source.wxs.erb
+++ b/omnibus/resources/chef/msi/source.wxs.erb
@@ -91,7 +91,7 @@
Return="ignore" />
<InstallExecuteSequence>
- <Custom Action="FastUnzip" After="InstallFiles">NOT Installed</Custom>
+ <Custom Action="FastUnzip" After="InstallFiles">NOT Installed OR REINSTALL</Custom>
<Custom Action="Cleanup" After="RemoveFiles">REMOVE~="ALL"</Custom>
<Custom Action="CreateChefClientScheduledTask" After="InstallFiles">