summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-04-02 18:33:18 +0100
committerStuart Preston <stuart@chef.io>2018-04-02 18:33:18 +0100
commitf6c0efc94d0c54e63adb0aa1c71468ad60509c07 (patch)
tree26da9c53ac0cd3375a0fd92809971b30ea46b895
parenta002b8925b302224751e82ece3b84bb28428a449 (diff)
downloadchef-sp/issue/7103.tar.gz
Attempt to unzip files even if in repair modesp/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 5977e9283b..c87c400624 100644
--- a/omnibus/resources/chef/msi/source.wxs.erb
+++ b/omnibus/resources/chef/msi/source.wxs.erb
@@ -98,7 +98,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">