Skip to content
⌘ NSIS Forum Archive

editing details area text

3 posts

frankiebonez#

editing details area text

Like I said before how I was doing some download stuff for quake.. If the download fails, I don't want the details area text to show "completed." I want it to show something like "Failed" or the specific download error.

Is there a way to do this? I'm using the modern installer so it seems like I maybe have to do something with installoptions and the finish page? I'm not too sure.
kichik#
Use the Abort command to abort the installation and show the right message. Latest version of the MUI should also change the title to say installation failed.
frankiebonez#
that worked good... I should've seen that but when I first looked at Abort it didn't make sense. Thanks! Now if only I could figure out the resume downloads thing!