summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-04-19 10:43:13 +0100
committerGitHub <noreply@github.com>2018-04-19 10:43:13 +0100
commit6647214bf7b0e920e880d1da65e5560729043b31 (patch)
tree857ce868a4359ee9b91cdcd9f74c959c3d092908
parent37160a7f12f30c09ddc58f8d22102dd45dda20aa (diff)
parentf6c0efc94d0c54e63adb0aa1c71468ad60509c07 (diff)
downloadchef-6647214bf7b0e920e880d1da65e5560729043b31.tar.gz
Merge pull request #7111 from chef/sp/issue/7103
Windows MSI: files are now re-unzipped during repair mode
-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">