From 94fcff161601bf2e12c116ee7bde4f7c598488eb Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 29 Aug 2018 11:50:18 +0100 Subject: [PATCH] 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. --- util/installer/Installer32.wxs | 2 ++ util/installer/Installer64.wxs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/util/installer/Installer32.wxs b/util/installer/Installer32.wxs index 904bbe2ce..c10748689 100644 --- a/util/installer/Installer32.wxs +++ b/util/installer/Installer32.wxs @@ -13,6 +13,8 @@ $(env.RENDERDOC_VERSION) + + diff --git a/util/installer/Installer64.wxs b/util/installer/Installer64.wxs index 5a4eeb8b9..87c8ff9fa 100644 --- a/util/installer/Installer64.wxs +++ b/util/installer/Installer64.wxs @@ -13,6 +13,8 @@ $(env.RENDERDOC_VERSION) + +