File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,12 @@ Var service
124
124
125
125
!define MUI_ABORTWARNING
126
126
127
- !define MUI_WELCOMEPAGE_TITLE_3LINES
128
- !define MUI_FINISHPAGE_TITLE_3LINES
129
-
130
127
; --------------------------------
131
128
; Pages
132
129
; Page custom nsDialogsPage
133
130
131
+ !define MUI_WELCOMEPAGE_TITLE_3LINES
132
+ !define MUI_FINISHPAGE_TITLE_3LINES
134
133
!insertmacro MUI_PAGE_WELCOME
135
134
!insertmacro MUI_PAGE_LICENSE " License.txt"
136
135
@@ -162,6 +161,8 @@ Page custom nsDialogOptimization nsDialogsOptimizationPageLeave
162
161
!insertmacro MUI_PAGE_INSTFILES
163
162
!insertmacro MUI_PAGE_FINISH
164
163
164
+ !define MUI_WELCOMEPAGE_TITLE_3LINES
165
+ !define MUI_FINISHPAGE_TITLE_3LINES
165
166
!insertmacro MUI_UNPAGE_WELCOME
166
167
!insertmacro MUI_UNPAGE_CONFIRM
167
168
!insertmacro MUI_UNPAGE_INSTFILES
You can’t perform that action at this time.
0 commit comments