Postgresql 16.3 installation error (setup file) on Windows 11

Started by Ugur Yilmazalmost 2 years ago10 messagesbugs
Jump to latest
#1Ugur Yilmaz
ugurlu2001@hotmail.com

Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant 'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access denied
"

I added the image of error message enclosed file

With my best regards

Attachments:

Postgresql-installation-error-16-3.pngimage/png; name=Postgresql-installation-error-16-3.pngDownload
#2Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Ugur Yilmaz (#1)
Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your logged
in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com> wrote:

Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from
EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/
Postgresql_installer_4c1b8061b5' /T /Q grant
'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access
denied
"

I added the image of error message enclosed file

With my best regards

--
Sandeep Thakkar

#3Ugur Yilmaz
ugurlu2001@hotmail.com
In reply to: Sandeep Thakkar (#2)
Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

LCID Name DisplayName
---- ---- -----------
1055 tr-TR Türkçe (Türkiye)

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

CREATE DATABASE postgres
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'C'
LC_CTYPE = 'C'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;

COMMENT ON DATABASE postgres
IS 'default administrative connection database';

Notes:
Problem is not related for admin rights (executing setup exe and folder permission rights)

________________________________
Gönderen: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Gönderildi: 13 Mayıs 2024 Pazartesi 05:34
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com>
Bilgi: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
Konu: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your logged in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:
Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant 'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access denied
"

I added the image of error message enclosed file

With my best regards

--
Sandeep Thakkar

#4Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Ugur Yilmaz (#3)
Re: Postgresql 16.3 installation error (setup file) on Windows 11

Thank you for sharing details. We are unable to reproduce the issue on
Windows Server 2022. It could be Windows 11 specific. We are going to
verify it on WIndows 11 and get back to you.

On Tue, May 14, 2024 at 1:10 PM Ugur Yilmaz <ugurlu2001@hotmail.com> wrote:

Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

*LCID Name DisplayName*
*---- ---- -----------*
*1055 tr-TR Türkçe (Türkiye)*

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

*CREATE DATABASE postgres*
* WITH*
* OWNER = postgres*
* ENCODING = 'UTF8'*
* LC_COLLATE = 'C'*
* LC_CTYPE = 'C'*
* LOCALE_PROVIDER = 'libc'*
* TABLESPACE = pg_default*
* CONNECTION LIMIT = -1*
* IS_TEMPLATE = False;*

*COMMENT ON DATABASE postgres*
* IS 'default administrative connection database';*

Notes:
*Problem is not related for admin rights (executing setup exe and folder
permission rights)*

------------------------------
*Gönderen:* Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
*Gönderildi:* 13 Mayıs 2024 Pazartesi 05:34
*Kime:* Ugur Yilmaz <ugurlu2001@hotmail.com>
*Bilgi:* pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
*Konu:* Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your
logged in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com>
wrote:

Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from
EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/
Postgresql_installer_4c1b8061b5' /T /Q grant
'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access
denied
"

I added the image of error message enclosed file

With my best regards

--
Sandeep Thakkar

--
Sandeep Thakkar

#5Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Sandeep Thakkar (#4)
Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Ugur,

We couldn't reproduce the issue on Windows 11 as well. Here is what we did
to reproduce. Can you please share the installation log from the system
temp? That may give some clue.

On Thu, May 16, 2024 at 11:57 AM Sandeep Thakkar <
sandeep.thakkar@enterprisedb.com> wrote:

Thank you for sharing details. We are unable to reproduce the issue on
Windows Server 2022. It could be Windows 11 specific. We are going to
verify it on WIndows 11 and get back to you.

On Tue, May 14, 2024 at 1:10 PM Ugur Yilmaz <ugurlu2001@hotmail.com>
wrote:

Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

*LCID Name DisplayName*
*---- ---- -----------*
*1055 tr-TR Türkçe (Türkiye)*

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

*CREATE DATABASE postgres*
* WITH*
* OWNER = postgres*
* ENCODING = 'UTF8'*
* LC_COLLATE = 'C'*
* LC_CTYPE = 'C'*
* LOCALE_PROVIDER = 'libc'*
* TABLESPACE = pg_default*
* CONNECTION LIMIT = -1*
* IS_TEMPLATE = False;*

*COMMENT ON DATABASE postgres*
* IS 'default administrative connection database';*

Notes:
*Problem is not related for admin rights (executing setup exe and folder
permission rights)*

------------------------------
*Gönderen:* Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
*Gönderildi:* 13 Mayıs 2024 Pazartesi 05:34
*Kime:* Ugur Yilmaz <ugurlu2001@hotmail.com>
*Bilgi:* pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org

*Konu:* Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your
logged in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com>
wrote:

Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working
(from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/
Postgresql_installer_4c1b8061b5' /T /Q grant
'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access
denied
"

I added the image of error message enclosed file

With my best regards

--
Sandeep Thakkar

--
Sandeep Thakkar

--
Sandeep Thakkar

#6Andres Freund
andres@anarazel.de
In reply to: Ugur Yilmaz (#3)
Re: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

On 2024-05-14 07:40:41 +0000, Ugur Yilmaz wrote:

My computer language settings are : T�rkiye (country) / T�rk�e (language)

In that case, this thread might be relevant:
/messages/by-id/PH8PR21MB3902F334A3174C54058F792CE5182@PH8PR21MB3902.namprd21.prod.outlook.com

Thomas has a patch at
/messages/by-id/CA+hUKGJJgyc9xg+g_8_jPUV08Kr0NFdgq2_H9mm7-eZd7YVRQg@mail.gmail.com

Greetings,

Andres Freund

#7Kamil ADEM
kamila@aqvilasoftware.com
In reply to: Sandeep Thakkar (#5)
RE: Postgresql 16.3 installation error (setup file) on Windows 11

We have the same issue on Windows 10 Enterprise 22H2 build 19045.4412 when running postgresql-16.3-1-windows-x64.exe.
Postgres 15.6 is installed already. Postgres 16.2 was previously installed and removed, directories are deleted.
The installer shows the error message as soon as started, not showing any prompt page.
The installation log is attached.

Thanks,
Kamil Adem

From: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Sent: Tuesday, May 21, 2024 5:16 PM
To: Ugur Yilmaz <ugurlu2001@hotmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Subject: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Ugur,

We couldn't reproduce the issue on Windows 11 as well. Here is what we did to reproduce. Can you please share the installation log from the system temp? That may give some clue.

On Thu, May 16, 2024 at 11:57 AM Sandeep Thakkar <sandeep.thakkar@enterprisedb.com<mailto:sandeep.thakkar@enterprisedb.com>> wrote:
Thank you for sharing details. We are unable to reproduce the issue on Windows Server 2022. It could be Windows 11 specific. We are going to verify it on WIndows 11 and get back to you.

On Tue, May 14, 2024 at 1:10 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:
Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

LCID Name DisplayName
---- ---- -----------
1055 tr-TR Türkçe (Türkiye)

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

CREATE DATABASE postgres
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'C'
LC_CTYPE = 'C'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;

COMMENT ON DATABASE postgres
IS 'default administrative connection database';

Notes:
Problem is not related for admin rights (executing setup exe and folder permission rights)

________________________________
Gönderen: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com<mailto:sandeep.thakkar@enterprisedb.com>>
Gönderildi: 13 Mayıs 2024 Pazartesi 05:34
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>>
Bilgi: pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org> <pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org>>
Konu: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your logged in user name as I see two names in the attached screenshot?
On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:
Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant 'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access denied
"

I added the image of error message enclosed file

With my best regards

--
Sandeep Thakkar

--
Sandeep Thakkar

--
Sandeep Thakkar

Attachments:

installbuilder_installer_26908.logapplication/octet-stream; name=installbuilder_installer_26908.logDownload
#8Ugur Yilmaz
ugurlu2001@hotmail.com
In reply to: Sandeep Thakkar (#5)
Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hello Sandeep,

On my 'Temp' folder; installation file creates a directory : 'postgresql_installer_59e0e18525'. The full path is : "D:\Temp\postgresql_installer_59e0e18525"
Unfortunatelly, there is no file in this directory.

Additional; the installer creates second directory :: 'D:\Temp\BRL00008b64'. This directory includes binary '.TMP' files like "BRA8C2.tmp, BRA9A2.tmp,BRA873.tmp, BRA911.tmp, BRA931.tmp, BRA942.tmp, BRA982.tmp, BRAA3F.tmp, BRACC1.tmp, BRACD1.tmp, BRAD30.tmp"

If you have time on Friday at 14:00 Istanbul time zone in the next 2 hours (24 May, 14:00 / 16 :00, Istanbul time zone), you can connect to the computer that I use with any remote connection program and get what you need.

________________________________
Gönderen: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Gönderildi: 21 Mayıs 2024 Salı 17:15
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com>
Bilgi: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
Konu: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Ugur,

We couldn't reproduce the issue on Windows 11 as well. Here is what we did to reproduce. Can you please share the installation log from the system temp? That may give some clue.

On Thu, May 16, 2024 at 11:57 AM Sandeep Thakkar <sandeep.thakkar@enterprisedb.com<mailto:sandeep.thakkar@enterprisedb.com>> wrote:
Thank you for sharing details. We are unable to reproduce the issue on Windows Server 2022. It could be Windows 11 specific. We are going to verify it on WIndows 11 and get back to you.

On Tue, May 14, 2024 at 1:10 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:
Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

LCID Name DisplayName
---- ---- -----------
1055 tr-TR Türkçe (Türkiye)

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

CREATE DATABASE postgres
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'C'
LC_CTYPE = 'C'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;

COMMENT ON DATABASE postgres
IS 'default administrative connection database';

Notes:
Problem is not related for admin rights (executing setup exe and folder permission rights)

________________________________
Gönderen: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com<mailto:sandeep.thakkar@enterprisedb.com>>
Gönderildi: 13 Mayıs 2024 Pazartesi 05:34
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>>
Bilgi: pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org> <pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org>>
Konu: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your logged in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:
Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"
There has benn an error .
Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant 'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access denied
"

I added the image of error message enclosed file

With my best regards

--
Sandeep Thakkar

--
Sandeep Thakkar

--
Sandeep Thakkar

#9Ugur Yilmaz
ugurlu2001@hotmail.com
In reply to: Kamil ADEM (#7)
Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Kamil and Sandeep ;

I looked at the log file attached in your previous email.

I only noticed a detail about whether the path definition is normal or not:

"C:\Users\kamila\AppData\Local\Temp/postgresql_installer_2e785d8db2"

Shouldn't there be '\' instead of '/' in path definitions in Windows environment? So if the correct path definition is "C:\Users\kamila\AppData\Local\Temp\postgresql_installer_2e785d8db2" the problem seems to be solved.

Thanks,

Uğur

________________________________
Gönderen: Kamil ADEM <kamila@aqvilasoftware.com>
Gönderildi: 21 Mayıs 2024 Salı 22:40
Kime: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Bilgi: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>; Ugur Yilmaz <ugurlu2001@hotmail.com>
Konu: RE: Postgresql 16.3 installation error (setup file) on Windows 11

We have the same issue on Windows 10 Enterprise 22H2 build 19045.4412 when running postgresql-16.3-1-windows-x64.exe.

Postgres 15.6 is installed already. Postgres 16.2 was previously installed and removed, directories are deleted.

The installer shows the error message as soon as started, not showing any prompt page.

The installation log is attached.

Thanks,

Kamil Adem

From: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>
Sent: Tuesday, May 21, 2024 5:16 PM
To: Ugur Yilmaz <ugurlu2001@hotmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Subject: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Ugur,

We couldn't reproduce the issue on Windows 11 as well. Here is what we did to reproduce. Can you please share the installation log from the system temp? That may give some clue.

On Thu, May 16, 2024 at 11:57 AM Sandeep Thakkar <sandeep.thakkar@enterprisedb.com<mailto:sandeep.thakkar@enterprisedb.com>> wrote:

Thank you for sharing details. We are unable to reproduce the issue on Windows Server 2022. It could be Windows 11 specific. We are going to verify it on WIndows 11 and get back to you.

On Tue, May 14, 2024 at 1:10 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:

Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

LCID Name DisplayName

---- ---- -----------

1055 tr-TR Türkçe (Türkiye)

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

CREATE DATABASE postgres

WITH

OWNER = postgres

ENCODING = 'UTF8'

LC_COLLATE = 'C'

LC_CTYPE = 'C'

LOCALE_PROVIDER = 'libc'

TABLESPACE = pg_default

CONNECTION LIMIT = -1

IS_TEMPLATE = False;

COMMENT ON DATABASE postgres

IS 'default administrative connection database';

Notes:

Problem is not related for admin rights (executing setup exe and folder permission rights)

________________________________

Gönderen: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com<mailto:sandeep.thakkar@enterprisedb.com>>
Gönderildi: 13 Mayıs 2024 Pazartesi 05:34
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>>
Bilgi: pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org> <pgsql-bugs@lists.postgresql.org<mailto:pgsql-bugs@lists.postgresql.org>>
Konu: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your logged in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001@hotmail.com<mailto:ugurlu2001@hotmail.com>> wrote:

Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"

There has benn an error .

Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant 'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access denied

"

I added the image of error message enclosed file

With my best regards

--

Sandeep Thakkar

--

Sandeep Thakkar

--

Sandeep Thakkar

#10Ugur Yilmaz
ugurlu2001@hotmail.com
In reply to: Andres Freund (#6)
Ynt: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hello Anders;

Thank you very much for the links. In November 2023, after the cumulative update released by Microsoft, my Postgresql service became inoperable due to the "Turkish" language settings. In order to avoid "language - local" problems in the future, I configure my Postgresql installations as follows:

CREATE DATABASE postgres
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'C'
LC_CTYPE = 'C'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;

COMMENT ON DATABASE postgres
IS 'default administrative connection database';

In summary, the links you mentioned will be useful in case of a general "Turkish" language option. However, unfortunately this is not the solution in my case.

I currently have Postgresql 16.2 installed on my system and I am working without any problems. The current problem does not affect my working environment (I just haven't received the new minor update.) However, it may create an idea like giving up "Postgresql" for users who will install new installations on their system.
________________________________
Gönderen: Andres Freund <andres@anarazel.de>
Gönderildi: 21 Mayıs 2024 Salı 21:36
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com>
Bilgi: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>; pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
Konu: Re: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

On 2024-05-14 07:40:41 +0000, Ugur Yilmaz wrote:

My computer language settings are : Türkiye (country) / Türkçe (language)

In that case, this thread might be relevant:
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpostgr.es%2Fm%2FPH8PR21MB3902F334A3174C54058F792CE5182%2540PH8PR21MB3902.namprd21.prod.outlook.com&amp;data=05%7C02%7C%7C80617fce73114c5fcceb08dc79c4e527%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638519133771012089%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=lKf3NdoeVN21VyBdu0nGd5nLDLU0oxn287lHjeo4bgs%3D&amp;reserved=0&lt;https://postgr.es/m/PH8PR21MB3902F334A3174C54058F792CE5182%40PH8PR21MB3902.namprd21.prod.outlook.com&gt;

Thomas has a patch at
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpostgr.es%2Fm%2FCA%252BhUKGJJgyc9xg%252Bg_8_jPUV08Kr0NFdgq2_H9mm7-eZd7YVRQg%2540mail.gmail.com&amp;data=05%7C02%7C%7C80617fce73114c5fcceb08dc79c4e527%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638519133771023091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;sdata=YxYBtJAX97EQgrup7OTVEQTVDCwG%2Fw6Q5jd%2F7zhy184%3D&amp;reserved=0&lt;https://postgr.es/m/CA%2BhUKGJJgyc9xg%2Bg_8_jPUV08Kr0NFdgq2_H9mm7-eZd7YVRQg%40mail.gmail.com&gt;

Greetings,

Andres Freund