From 6fc221d9ed9cf2c26b8edca0ae24baa60ef80274 Mon Sep 17 00:00:00 2001 From: Christian Ullrich Date: Sun, 24 Nov 2024 11:41:08 +0100 Subject: [PATCH] Fix duplicate component codes The autogenerated component GUIDs were based on the same path and therefore were the same in both bitnesses. Installing both worked, but once one of them was uninstalled, the other's files remained despite its uninstallation finishing successfully. I have no idea how this got through my testing; perhaps it only happens when both merge modules are installed via the same MSI. --- installer/psqlodbcm_cpu.wxs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/psqlodbcm_cpu.wxs b/installer/psqlodbcm_cpu.wxs index f2cd82ea..31637ad6 100644 --- a/installer/psqlodbcm_cpu.wxs +++ b/installer/psqlodbcm_cpu.wxs @@ -13,6 +13,7 @@ + @@ -26,6 +27,7 @@ + @@ -49,7 +51,7 @@ Codepage="1252" /> - +