Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 1st June 2006, 14:41   #1
bambou51
Junior Member
 
Join Date: Jun 2006
Posts: 46
Wrong page after I clicked on the previsou step button

Here is my pages definition:

; Pages
!insertmacro MUI_PAGE_LICENSE $(myLicenseData)
Page custom InstallDriver ValidateDriver
!define MUI_PAGE_CUSTOMFUNCTION_LEAVE componentsLeave
!insertmacro MUI_PAGE_COMPONENTS
Page custom SelectFolders ValidateFolders
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_STARTMENU "Application" $SHORTCUT_FOLDER
!define MUI_PAGE_CUSTOMFUNCTION_LEAVE shortcutsLeave
!insertmacro MUI_PAGE_FINISH

I am at in ValidateDriver page, I press next everything is fine I am now in the component selection page.
Now when I press previous I go back to Installdriver page, where I have an abort command (driver is already installed), but then it displays MUI_PAGE_LICENSE rather than the component selection page...

Any idea ?
bambou51 is offline   Reply With Quote
Old 1st June 2006, 14:43   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
Please attach your script as a file attachment.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK 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