Skip to content
⌘ NSIS Forum Archive

delete the default banner

4 posts

Tslim#

delete the default banner

hi,

i create a progress bar using the nxs plugin during the installation of MSDE.
now, i want to make the loading banner disapear and i don't know how to do it.

thanks
Tslim#
it does n't work because it's not me who put the loading banner in the code, it appears i guess because of the decompression of data.
the message in the banner is :
Please wait while setup is loading...
decompression of data: 12% ...(for example)
Tslim#
ok,
i find the anser by my self
i just change the command of "SetCompressor" i put /FINAL rather then /SOLID and the banner is stoped to be displayed .