Skip to content
⌘ NSIS Forum Archive

Setting Text on a screen

2 posts

Dizzy007#

Setting Text on a screen

Hi All,

i want to display a "please wait" (or something else) during background activities - to bring some information to the user.

See attached picture

Section "doit"
; how to place info on the screen ??
ExecWait '"$TEMP\robo.bat"' ; copy in the background
SectionEnd

Thanks
Dizzy
kichik#
You can show the details and use DetailPrint "Pleas wait...", or you can create a nice little DLL that will create a small window such as the verifying installer window that says "Please wait..."