Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aed931 commit 1f089ceCopy full SHA for 1f089ce
1 file changed
nsis/postgresql.nsi
100644
100755
@@ -389,6 +389,7 @@ Section $(PostgreSQLString) sec1
389
Pop $0 ; or "error"
390
AccessControl::GrantOnFile "$DATA_DIR" "$0" "FullAccess" ;GenericWrite
391
Pop $0 ;"ok" or "error" + error details
392
+ System::Call 'Kernel32::SetEnvironmentVariable(t, t)i ("LC_MESSAGES", "C").r0'
393
${if} "$Locale_text" == "$(DEF_LOCALE_NAME)"
394
; Initialise the database cluster, and set the appropriate permissions/ownership
395
nsExec::ExecToLog /TIMEOUT=90000 '"$INSTDIR\bin\initdb.exe" $tempVar \
0 commit comments