Skip to content
⌘ NSIS Forum Archive

Verifying Installer ???

4 posts

MadGoose83#

Verifying Installer ???

Sorry, 😕

does anybody know how to create this dialog:

Please wait while Setup is loading...
unpacking data: ???%

I don't know the command for the installscript!

mfg
Yathosho#
it does that by itself. i guess you don't see it because nsis unpacks itself incredibly fast.
flizebogen#
You can't translate it within the scripts. This String is called directly from the UI of your choice. You have to use resource hacker with the preferred file (.\contrib\uis). This way you can only translate it to one language.