File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,11 @@ Section $(componentServer) sec1
543
543
FileWrite $LogFile " Output: $1 $\r$\n "
544
544
FileClose $LogFile ; Closes the filled file
545
545
546
- MessageBox MB_OK |MB_ICONINFORMATION $(MESS_ERROR_INITDB)
546
+ ${if} $0 != 1
547
+ MessageBox MB_OK |MB_ICONINFORMATION $(MESS_ERROR_INITDB2)
548
+ ${else}
549
+ MessageBox MB_OK |MB_ICONINFORMATION $(MESS_ERROR_INITDB)
550
+ ${endif}
547
551
548
552
Abort
549
553
${else}
Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ The parameters are written to the file $DATA_DIR\postgresql.conf"
117
117
LangString MESS_ERROR_INITDB ${LANG_ENGLISH} " An error occurred while initializing the database!"
118
118
LangString MESS_ERROR_INITDB ${LANG_RUSSIAN} " Ïðè èíèöèàëèçàöèè áàçû äàííûõ ïðîèçîøëà îøèáêà!"
119
119
120
+ LangString MESS_ERROR_INITDB2 ${LANG_ENGLISH} " An error occurred while initializing the database! Is Microsoft Visual C++ Redistributable installed?"
121
+ LangString MESS_ERROR_INITDB2 ${LANG_RUSSIAN} " Ïðè èíèöèàëèçàöèè áàçû äàííûõ ïðîèçîøëà îøèáêà! Óñòàíîâëåí ëè ïàêåò Microsoft Visual C ++ Redistributable?"
122
+
120
123
121
124
LangString componentServer ${LANG_ENGLISH} " Server components"
122
125
LangString componentServer ${LANG_RUSSIAN} " Êîìïîíåíòû ñåðâåðà"
You can’t perform that action at this time.
0 commit comments