jiake
5th March 2008 08:34 UTC
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
5th March 2008 12:31 UTC
I've found it in ${NSISDIR}\Stubs. I'm afraid that you can't change it easily since it's in binaries.
Yathosho
5th March 2008 19:33 UTC
you can use reshacker and modify it in the ui file
Corpio
18th July 2008 16:08 UTC
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.