Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 1st June 2004, 10:25   #1
soknin
Junior Member
 
Join Date: Aug 2003
Posts: 10
adding a progress bar

Hi all ,

My main setup uses smaller setups that could be installed as a stand alone . The main setup calles all the other setups with :

ExecWait '"$EXEDIR\smallsetup1.exe" /S'
#do somthing
ExecWait '"$EXEDIR\smallsetup2.exe" /S'
...

The problem is that the main setup progress bar looks "frozen" when called upon those setups .

What I'm trying to do now is to add another progress bar that could show the progress of the sub setup .
Any ideas on how to that ?

thx,
sharon oknin
soknin is offline   Reply With Quote
Old 1st June 2004, 12:06   #2
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
The easiest solution is to let these other setups display a progressbar.

If you can't modify them there is no way to retrieve their progress.
Joost Verburg is offline   Reply With Quote
Old 1st June 2004, 13:01   #3
soknin
Junior Member
 
Join Date: Aug 2003
Posts: 10
Hi ,

Thanks for the replay .

I can modify them , and it's sounds like a good idea .
What i'll try to do is to set a switch for the setup , but do you know how can i show only a progress bar (or a small window showing a progress bar) ?

I'm using the MUI gui for all setups , and when using this switch i would like to show only INSTFILES page , but not with the MUI gui .
What i mean is that smaller setup would be in top of main setup , and i would like smaller setup to show a small window , showing the progress , and still able to see main setup .

sharon oknin
soknin is offline   Reply With Quote
Old 1st June 2004, 15:20   #4
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
You can use the Banner plug-in to display texts. If you want a real progress bar create a custom UI or a plug-in like Banner.
Joost Verburg is offline   Reply With Quote
Old 1st June 2004, 21:41   #5
Shea
Junior Member
 
Join Date: Jan 2004
Posts: 39
Someone made aLoadingBar UI that just shows a loaing bar and comments. Search the forum and the archive to find it or I'll post a link later.
Shea is offline   Reply With Quote
Old 2nd June 2004, 02:16   #6
deguix
Major Dude
 
deguix's Avatar
 
Join Date: Dec 2002
Location: Everett - MA, USA
Posts: 1,351
Send a message via ICQ to deguix
LoadingBar UI

(Oh my... I didn't think the demand for this UI was so high!)

My Wiki Pages

Working now on:
New projects. (language: any)
deguix 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