why does the StartMenu-Page has no Show-Function. Is it a big effort to include a show function to the Startmenu-Page or can someone tell me how I can skip it if a special option is selected ?
I have tried it with the pre-function:
Function Test
StrCmp ${INSTALL_VERSION} "3" not_abort_startmenu +1
MessageBox MB_OK "Abort Startmenu ${INSTALL_VERSION}"
Abort
not_abort_startmenu:
FunctionEnd But it seems that the variable ${INSTALL_VERSION} is not set.Best regards
Stefan