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 5a262ef commit 6faad51Copy full SHA for 6faad51
nsis/postgresql.nsi
@@ -358,9 +358,10 @@ Section $(PostgreSQLString) sec1
358
AccessControl::GrantOnFile "$DATA_DIR" "$0" "FullAccess" ;GenericWrite
359
Pop $0 ;"ok" or "error" + error details
360
${if} ${WITH_1C} == "TRUE"
361
- DetailPrint "Running 1C installation. Using ru_RU.UTF-8 locale ..."
+ DetailPrint "Running 1C installation. Using Russian locale and UTF-8 encoding ..."
362
nsExec::ExecToStack /TIMEOUT=60000 '"$INSTDIR\bin\initdb.exe" $tempVar \
363
- --locale="ru_RU.UTF-8" \
+ --locale="russian" \
364
+ --encoding="UTF-8" \
365
-U "$UserName_text" \
366
-D "$DATA_DIR"'
367
${else}
0 commit comments