Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 8th November 2006, 09:30   #1
robotmp3
Junior Member
 
Join Date: Oct 2005
Posts: 18
Question Need Help! How skip uninstaller's pages?

Hi!

I have a follow problem:
I need skip these pages

!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_COMPONENTS
!insertmacro MUI_UNPAGE_INSTFILES

but if I use !define MUI_PAGE_CUSTOMFUNCTION_PRE for these pages, I get compile error

In forum I found only for installer's pages.

Is it possible, to skip these pages?

Thanks for any help
robotmp3 is offline   Reply With Quote
Old 8th November 2006, 14:53   #2
glory_man
Senior Member
 
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
Unistaller function name must begin with "un."
So use
code:
!define MUI_PAGE_CUSTOMFUNCTION_PRE "un.function"

glory_man is offline   Reply With Quote
Old 8th November 2006, 17:12   #3
robotmp3
Junior Member
 
Join Date: Oct 2005
Posts: 18
Thank you, glory_man, it works! How could I forget this "un."?
robotmp3 is offline   Reply With Quote
Reply
Go Back   Winamp 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