Force installer to always overwrite all files regardless of version/date

* The AMD plugins e.g. don't have consistent incrementing versions, and in
  general we don't care too much about version numbers or creation/modified
  dates. We want the installer to always install the files it should.
This commit is contained in:
baldurk
2018-08-29 11:50:18 +01:00
parent 4ab781ec8c
commit 94fcff1616
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@
<Property Id="MajorMinorVersion">$(env.RENDERDOC_VERSION)</Property>
<Property Id="REINSTALLMODE" Value="amus"/>
<CustomAction Id="Need64BitVersion" Error="25000" />
<InstallUISequence>
+2
View File
@@ -13,6 +13,8 @@
<Property Id="MajorMinorVersion">$(env.RENDERDOC_VERSION)</Property>
<Property Id="REINSTALLMODE" Value="amus"/>
<Upgrade Id="D320753C-4B18-4905-A752-E68959943E7D">
<UpgradeVersion Minimum="0.18.0"
IncludeMinimum="yes"