Skip to content
⌘ NSIS Forum Archive

about unpacking dialog

5 posts

huq.duote.com#

about unpacking dialog

My installer is 44 MB.
I used lzma solid compression .
but unpacking dialog cant't show.

I want the installer to show this dialog.
Because unpack data need some time,
the user can't see the window or tip in these time.

how can i do this?? thanks!

look at this:
huq.duote.com#
I have found a problem!

I use the following command:

function .oninit

Banner::show /NOUNLOAD /set 76 "setup is unpacking" "wait...."

Banner::destroy
functionend

I can see this unpack diglog!

why?