diff options
author | Stuart Preston <stuart@chef.io> | 2018-04-02 18:33:18 +0100 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-04-02 18:33:18 +0100 |
commit | f6c0efc94d0c54e63adb0aa1c71468ad60509c07 (patch) | |
tree | 26da9c53ac0cd3375a0fd92809971b30ea46b895 /omnibus | |
parent | a002b8925b302224751e82ece3b84bb28428a449 (diff) | |
download | chef-f6c0efc94d0c54e63adb0aa1c71468ad60509c07.tar.gz |
Attempt to unzip files even if in repair modesp/issue/7103
Signed-off-by: Stuart Preston <stuart@chef.io>
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"> |