Skip to content
⌘ NSIS Forum Archive

Unpacking Data

4 posts

jiake#

Unpacking Data

If I make a big installer, when running it, it will show such a interface:

Pleasr wait while setup is verifying installer...
Pleasr wait while setup is unpacking data...
Pleasr wait while setup is loading files...

How to replace these words in the script?I'm Chinese,but this words is English.

The text of the dialog "NSIS Error" is also English,whether I can define it myselft?
pospec#
I've found it in ${NSISDIR}\Stubs. I'm afraid that you can't change it easily since it's in binaries.
Corpio#
Hello,

I have not this interface with "verifying installer" and "unpacking data" when I run my installer sizing about 70Mo. Why and how can I get it ?? Because when i run the installer there are a low delay before having the first page of the installer so I would like to have this interface during this delay.

Thanks.