mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
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:
@@ -13,6 +13,8 @@
|
||||
|
||||
<Property Id="MajorMinorVersion">$(env.RENDERDOC_VERSION)</Property>
|
||||
|
||||
<Property Id="REINSTALLMODE" Value="amus"/>
|
||||
|
||||
<CustomAction Id="Need64BitVersion" Error="25000" />
|
||||
|
||||
<InstallUISequence>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user