Old 11th July 2003, 18:16   #1
fromcat2me
Junior Member
 
Join Date: Jul 2003
Posts: 6
I would do this, but what i want the "back" button to do is continue with the other pages in the installer. I can't seem to get rid of the fact that "back" was hit.

the structure i was thinking (similar) was

Page custom blankFunc
Page custom MyCustomFunc
Page components
Page directory
Page instfiles

where MyCustomFunc should have

InstallOptions::dialog test.ini
Pop $R1

StrCmp $R1 "back" "endLabel" "quitLabel"

quitLabel:
; do some stuff
Quit

endLabel: ; continue onto Page components
Function End


but, this doesn't continue at all, it goes back to the blankFunc page, and after blankFunc gets called it'll try and go to the page before that!
fromcat2me 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