Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix: uninstall custom actions on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cruikshj committed Jul 8, 2016
1 parent d8ccf7a commit c8d3cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMLogging.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<![CDATA[&RequestLoggingMachineConfigFeature=3]]>
</Custom>
<Custom Action="UninstallRequestLoggingMachinConfig" After="MsiUnpublishAssemblies" >
(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")
REMOVE="ALL"
</Custom>
<Custom Action="SetInstallErrorLoggingMachinConfigData" After="InstallInitialize" >
<![CDATA[&ErrorLoggingMachineConfigFeature=3]]>
Expand All @@ -51,7 +51,7 @@
<![CDATA[&ErrorLoggingMachineConfigFeature=3]]>
</Custom>
<Custom Action="UninstallErrorLoggingMachinConfig" After="MsiUnpublishAssemblies" >
(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")
REMOVE="ALL"
</Custom>
</InstallExecuteSequence>

Expand Down

0 comments on commit c8d3cc6

Please sign in to comment.