Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Cancel on MUI Finish Page (http://forums.winamp.com/showthread.php?t=263934)

rainwater 18th January 2007 16:32

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.

Red Wine 18th January 2007 16:49

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

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


Comm@nder21 18th January 2007 16:57

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


All times are GMT. The time now is 17:48.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.