Skip to content

Commit

Permalink
The windows installer always makes major upgrade for simplness.
Browse files Browse the repository at this point in the history
  • Loading branch information
mechairoi committed Feb 9, 2015
1 parent 758b9ad commit 6281d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wix/mackerel-agent.wxs.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

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

</Product>
</Wix>

0 comments on commit 6281d12

Please sign in to comment.