Prev Previous Post   Next Post Next
Old 11th January 2010, 10:24   #1
MSG
Major Dude
 
Join Date: Oct 2006
Posts: 1,892
Jumping to a conditional page

From my first page's SHOW function I jump six pages forward, into a custom nsDialogs page. This custom page is a conditional one. Like this:
code:
Function MyCustomPage
${If} $MyVar == "ShowThePage"
nsDialogs::Create 1018
Pop $2
nsDialogs::Show
${EndIf}
FunctionEnd


In the case that the page is NOT shown, the installer crashes. How can I jump into this conditional page properly?



(Note: Adding an ${Else} statement with a 'skip to next page' command is not a solution, because in that case you can't go Back from the following page.)
MSG is offline   Reply With Quote
 
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