Skip to content

Commit

Permalink
RemoveExistingProducts before msi install initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
mechairoi committed Feb 6, 2015
1 parent 138fc55 commit 500c98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wix/mackerel-agent.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

<InstallExecuteSequence>
<Custom Action="FillApiKey" Before="StartServices">Not Installed</Custom>
<RemoveExistingProducts Before="InstallInitialize" />
</InstallExecuteSequence>

</Product>
Expand Down

0 comments on commit 500c98d

Please sign in to comment.