How to skip welcome page?
I've tried using an abort as a pre function. It seems to hide the program completely. ANy simple and good way to skip the cancel page?
7 posts
-Stu!define MUI_CUSTOMFUNCTION_GUIINIT myGUIInit
!insertmacro MUI_PAGE_...
...
Function myGUIInit
...
FunctionEnd