;------------------------------------------------------------------------------- ; Handles the directory selection of the user ;------------------------------------------------------------------------------- Page directory "FncDirPre" "FncDirPost" ;------------------------------------------------------------------------------- ; Function executed before directory selection page ;------------------------------------------------------------------------------- Function FncDirPre ; Current installation takes about 50 MB => 50*1024 = 51200 ; ToDo: Replace fixed value with calculated value during setup creation ; But you need to know the trick - google can't help :-( SectionSetSize $directory 51200 FunctionEnd ;------------------------------------------------------------------------------- ; Function executed after directory selection page ;------------------------------------------------------------------------------- Function FncDirPost FunctionEnd