|
|
#1 |
|
Junior Member
|
Interesting Banner Problem...
I have an interesting problem... I am showing two banners, one right after the other... the first one seems not to set the text for 54, yet the seconed one does??? Here is the code clip...
Banner::show /NOUNLOAD /set 76 "Please Wait..." /set 54 "Installing ODBC.Net" ExecWait "msiexec /i $EXEDIR\odbc_net.msi /q" Banner::destroy Banner::show /NOUNLOAD /set 76 "Please Wait..." /set 54 "Installing Crystal Reports Runtime" ExecWait "msiexec /i $EXEDIR\cr_net.msi /q" Banner::destroy |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Try
Banner::show /NOUNLOAD /set 76 "Please Wait..." "Installing ODBC.Net" -Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
You must always push the main string, if you don't do so Banner will not function properly.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|