Old 18th January 2007, 16:32   #1
rainwater
Senior Member
 
Join Date: Aug 2000
Posts: 397
Send a message via ICQ to rainwater
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.
rainwater is offline   Reply With Quote
Old 18th January 2007, 16:49   #2
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
code:
!define MUI_PAGE_CUSTOMFUNCTION_PRE 'FinPre'
!insertmacro MUI_PAGE_FINISH
...................................
....................................

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


Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump