diff options
author | Thom May <thom@may.lt> | 2018-04-19 10:43:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 10:43:13 +0100 |
commit | 6647214bf7b0e920e880d1da65e5560729043b31 (patch) | |
tree | 857ce868a4359ee9b91cdcd9f74c959c3d092908 /omnibus | |
parent | 37160a7f12f30c09ddc58f8d22102dd45dda20aa (diff) | |
parent | f6c0efc94d0c54e63adb0aa1c71468ad60509c07 (diff) | |
download | chef-6647214bf7b0e920e880d1da65e5560729043b31.tar.gz |
Merge pull request #7111 from chef/sp/issue/7103
Windows MSI: files are now re-unzipped during repair mode
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/resources/chef/msi/source.wxs.erb | 2 |
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"> |