Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 3rd July 2003, 19:45   #1
Ethics
Junior Member
 
Join Date: Jul 2003
Location: Santa Ana, CA
Posts: 11
Send a message via ICQ to Ethics Send a message via AIM to Ethics Send a message via Yahoo to Ethics
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
Ethics is offline   Reply With Quote
Old 3rd July 2003, 19:56   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
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
Afrow UK is offline   Reply With Quote
Old 4th July 2003, 13:42   #3
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
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
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump