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 04f26d9 commit 98aff3dCopy full SHA for 98aff3d
nsis/postgresql.nsi
@@ -538,7 +538,7 @@ Section $(componentServer) sec1
538
539
${if} $0 != 0
540
DetailPrint "initdb.exe return $0"
541
- DetailPrint "Output: $1"
+ ;DetailPrint "Output: $1"
542
FileWrite $LogFile "initdb.exe return $0 $\r$\n"
543
FileWrite $LogFile "Output: $1 $\r$\n"
544
FileClose $LogFile ;Closes the filled file
@@ -778,7 +778,7 @@ Section $(componentServer) sec1
778
;MessageBox MB_OK "Create adminpack error: $1"
779
MessageBox MB_OK|MB_ICONSTOP "$(MESS_ERROR_SERVER)"
780
FileClose $LogFile
781
- return
+ Abort
782
${else}
783
DetailPrint "Checking connection is OK"
784
FileWrite $LogFile "Checking connection is OK $\r$\n"
0 commit comments