File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ Section $(componentClient) secClient
287
287
288
288
CreateDirectory " $INSTDIR\scripts"
289
289
File " /oname=$INSTDIR\scripts\pg-psql.ico" " pg-psql.ico"
290
+ CreateDirectory " $INSTDIR\doc"
290
291
File " /oname=$INSTDIR\doc\pg-help.ico" " pg-help.ico"
291
292
292
293
; Store installation folder
@@ -399,6 +400,7 @@ Section $(componentServer) sec1
399
400
400
401
CreateDirectory " $INSTDIR\scripts"
401
402
File " /oname=$INSTDIR\scripts\pg-psql.ico" " pg-psql.ico"
403
+ CreateDirectory " $INSTDIR\doc"
402
404
File " /oname=$INSTDIR\doc\pg-help.ico" " pg-help.ico"
403
405
404
406
; Store installation folder
@@ -573,7 +575,6 @@ Section $(componentServer) sec1
573
575
StrCpy $currCommand ' $currCommand --locale="@$Collation_text"'
574
576
${endif}
575
577
${else}
576
- StrCpy $currCommand ' $currCommand --locale="$Locale_text"'
577
578
${if} " $Collation_text" != " $(DEF_COLATE_NAME)"
578
579
StrCpy $currCommand ' $currCommand --locale="$Locale_text@$Collation_text"'
579
580
${else}
@@ -1030,7 +1031,7 @@ Function createRunPsql
1030
1031
StrCpy $Chcp_text " "
1031
1032
${Endif}
1032
1033
1033
- ${if} ${PRODUCT_NAME} == " PostgreSQL"
1034
+ ${if} " ${PRODUCT_NAME}" == " PostgreSQL"
1034
1035
StrCpy $Chcp_text " "
1035
1036
1036
1037
DetailPrint " Language settings:"
You can’t perform that action at this time.
0 commit comments