File tree 1 file changed +1
-24
lines changed
1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 40
40
!define MUI_PAGE_HEADER_SUBTEXT " Please wait while ${AppName} is being installed."
41
41
; Uncomment the next line if you want optional components to be selectable
42
42
; !insertmacro MUI_PAGE_COMPONENTS
43
- !define MUI_PAGE_CUSTOMFUNCTION_PRE myPreInstfiles
44
- !define MUI_PAGE_CUSTOMFUNCTION_LEAVE RestoreSections
45
43
!insertmacro MUI_PAGE_DIRECTORY
46
44
!insertmacro MUI_PAGE_INSTFILES
47
45
!insertmacro MUI_PAGE_FINISH
@@ -170,29 +168,8 @@ SectionEnd
170
168
; Installer Functions
171
169
172
170
Function .onInit
173
-
174
- ; Extract InstallOptions INI Files
175
- Call SetupSections
176
-
177
- FunctionEnd
178
-
179
- Function myPreInstfiles
180
-
181
- Call RestoreSections
182
- SetAutoClose true
183
-
184
- FunctionEnd
185
-
186
- Function RestoreSections
187
- !insertmacro SelectSection ${SecAppFiles}
188
- !insertmacro SelectSection ${SecCreateShortcut}
189
-
190
- FunctionEnd
191
-
192
- Function SetupSections
193
- !insertmacro UnselectSection ${SecAppFiles}
194
- !insertmacro UnselectSection ${SecCreateShortcut}
195
171
FunctionEnd
172
+
196
173
197
174
; --------------------------------
198
175
; Uninstaller Section
You can’t perform that action at this time.
0 commit comments