summaryrefslogtreecommitdiff
diff options
context:
space:
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 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">