Archive: Wrong page after I clicked on the previsou step button


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 ?


Please attach your script as a file attachment.

-Stu