Message-ID: From: "chrullrich (@chrullrich)" To: "postgresql-interfaces/psqlodbc" Date: Sun, 24 Nov 2024 10:45:12 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #75: Fix duplicate component codes List-Id: X-GitHub-Author-Id: 4695907 X-GitHub-Author-Login: chrullrich X-GitHub-Issue: 75 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/75 Content-Type: text/plain; charset=utf-8 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.