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 983c81d commit 371e243Copy full SHA for 371e243
nsis/postgresql.nsi
@@ -124,13 +124,12 @@ Var service
124
125
!define MUI_ABORTWARNING
126
127
-!define MUI_WELCOMEPAGE_TITLE_3LINES
128
-!define MUI_FINISHPAGE_TITLE_3LINES
129
-
130
;--------------------------------
131
;Pages
132
;Page custom nsDialogsPage
133
+!define MUI_WELCOMEPAGE_TITLE_3LINES
+!define MUI_FINISHPAGE_TITLE_3LINES
134
!insertmacro MUI_PAGE_WELCOME
135
!insertmacro MUI_PAGE_LICENSE "License.txt"
136
@@ -162,6 +161,8 @@ Page custom nsDialogOptimization nsDialogsOptimizationPageLeave
162
161
!insertmacro MUI_PAGE_INSTFILES
163
!insertmacro MUI_PAGE_FINISH
164
165
166
!insertmacro MUI_UNPAGE_WELCOME
167
!insertmacro MUI_UNPAGE_CONFIRM
168
!insertmacro MUI_UNPAGE_INSTFILES
0 commit comments