Archive: MUI_FINISHPAGE not showing in NSISdl error


MUI_FINISHPAGE not showing in NSISdl error
Maybe i'm wrong, but if the NSISdl fails downloding the file
the installer skip the finish page and, from INSTFILES, quit
the installer.... is this normal? I don't wanna abort the installer.


Please provide an example script.


here
.


I am sorry for the long delay.

If you abort the installation the installer will stop, no finish page, no more files, nothing. If you want to skip everything and still show the finish page consider putting a global label (.global:) in the last section and jump to that to skip everything in between.


Originally posted by kichik
If you abort the installation the installer will stop, no finish page, no more files, nothing. If you want to skip everything and still show the finish page consider putting a global label (.global:)) in the last section and jump to that to skip everything in between.
I always try to move myself into the shoes of the person who needs help, and then I see that KiCHiK thinks that he made something clear that might not be clear to you at all:
Originally taken from the documentation
Labels beginning with a period (.) are global, meaning you can jump to them from any function or section.

thanks...will do :p