From: Christian Ullrich Date: Wed, 2 Oct 2024 10:51:49 +0000 (+0200) Subject: Fix MSI error messages (#58) X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=7dd74136b5d13912355159c9ad56bbc3c388d0c6;p=psqlodbc.git Fix MSI error messages (#58) Use the MSI property, not the WiX preprocessor variable (which was also wrongly used as a property name) so the product name actually appears in the error message instead of an empty string. --- diff --git a/installer/psqlodbc_cpu.wxs b/installer/psqlodbc_cpu.wxs index 0486a5f..b49b92c 100644 --- a/installer/psqlodbc_cpu.wxs +++ b/installer/psqlodbc_cpu.wxs @@ -140,9 +140,9 @@ + Error="the same version of [ProductName] is already installed" /> + Error="a new version of [ProductName] is already installed" />