summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-05-02 15:01:59 +0100
committerGitHub <noreply@github.com>2018-05-02 15:01:59 +0100
commit06e36410b9d23666ceb2ce3023c1a0d0b6e63378 (patch)
tree1c9edc77c730442c110550db32c9329599662ec0
parente9de337734396a1bdb1e1b395fa037ac2e98e4a2 (diff)
parentd1631a19e967aac4af7bb8b4e2f14f400a378adb (diff)
downloadchef-06e36410b9d23666ceb2ce3023c1a0d0b6e63378.tar.gz
Merge pull request #7112 from chef/sp/backport/issue/7103
Windows MSI: files are now re-unzipped during repair mode (Backport to Chef 13)
-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">