Archive: Cancel on MUI Finish Page


Cancel on MUI Finish Page
Does anyone know how to remove the cancel button on the MUI finish page? The button doesn't serve a purpose there but I can't find an option to remove it.


  !define MUI_PAGE_CUSTOMFUNCTION_PRE 'FinPre'
!insertmacro MUI_PAGE_FINISH
...................................
....................................

Function FinPre
WriteINIStr '$PLUGINSDIR\iospecial.ini' 'Settings' 'CancelShow' '0'
FunctionEnd

http://forums.winamp.com/showthread.php?threadid=230172
http://sourceforge.net/tracker/index...49&atid=373085