Код:
![Выделить весь код](images/misc/selectcode.png)
Name "CallbackExampleSkipPage"
OutFile "CallbackExampleSkipPage.exe"
ShowInstDetails show
AutoCloseWindow false
RequestExecutionLevel user
Page components
Page directory dirPagePre
Page instfiles
Section "Install"
DetailPrint "Doing some stuff..."
SectionEnd
Section /o "Skip Directory Page" secDir
SectionEnd
Function dirPagePre
SectionGetFlags ${secDir} $1
IntOp $1 $1 << 7
StrCmp $1 128 0 +2
Abort
FunctionEnd