Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 371e243

Browse files
committed
Fix uninstall-page title height for PGPRO_EE
1 parent 983c81d commit 371e243

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nsis/postgresql.nsi

+4-3
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,12 @@ Var service
124124

125125
!define MUI_ABORTWARNING
126126

127-
!define MUI_WELCOMEPAGE_TITLE_3LINES
128-
!define MUI_FINISHPAGE_TITLE_3LINES
129-
130127
;--------------------------------
131128
;Pages
132129
;Page custom nsDialogsPage
133130

131+
!define MUI_WELCOMEPAGE_TITLE_3LINES
132+
!define MUI_FINISHPAGE_TITLE_3LINES
134133
!insertmacro MUI_PAGE_WELCOME
135134
!insertmacro MUI_PAGE_LICENSE "License.txt"
136135

@@ -162,6 +161,8 @@ Page custom nsDialogOptimization nsDialogsOptimizationPageLeave
162161
!insertmacro MUI_PAGE_INSTFILES
163162
!insertmacro MUI_PAGE_FINISH
164163

164+
!define MUI_WELCOMEPAGE_TITLE_3LINES
165+
!define MUI_FINISHPAGE_TITLE_3LINES
165166
!insertmacro MUI_UNPAGE_WELCOME
166167
!insertmacro MUI_UNPAGE_CONFIRM
167168
!insertmacro MUI_UNPAGE_INSTFILES

0 commit comments

Comments
 (0)