Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 10th June 2001, 02:01   #1
petersa
Senior Member
 
petersa's Avatar
 
Join Date: Apr 2001
Location: Melbourne, Australia
Posts: 207
Hi guys,

Y'know that bit of writing above the install progress bar? I think it'd be good if you could change it to something you want.

So instead of seeing a million things flash by in one second, you can have it so it says 'Installing Program Files', 'Creating Start Menu Group', etc.

It seems pretty easy to put in the script too. You could have:

InstallWritingThingy 'Installing Program Files'

...and to revert it back to displaying the files and stuff you could have something like:

InstallWritingThingy -

Thoughts?
petersa is offline   Reply With Quote
Old 10th June 2001, 11:33   #2
Koen van de Sande
Senior Member
 
Join Date: Mar 2001
Location: Holland
Posts: 269
Sounds good.

Koen van de Sande
Van de Sande Productions
TibEd.net | VPatch
Koen van de Sande is offline   Reply With Quote
Old 10th June 2001, 21:22   #3
Edgewize
Member
 
Join Date: Apr 2001
Posts: 89
I'll add the following command to my upcoming release:

ProgressText [set] "Blah blah blah"
ProgressText auto

Expect a forum announcement about my changes to NSIS some time this week.
Edgewize is offline   Reply With Quote
Old 29th October 2001, 06:41   #4
petersa
Senior Member
 
petersa's Avatar
 
Join Date: Apr 2001
Location: Melbourne, Australia
Posts: 207
Just wondering if this might make it into an official Nullsoft version some time soon.
petersa is offline   Reply With Quote
Old 30th October 2001, 17:13   #5
justin
Moderator Alumni
 
Join Date: Apr 2000
Location: USA
Posts: 315
I'm adding an instruction, SetDetailsPrint, which can take one of the following parameters:
  • none
  • listonly
  • textonly
  • both

So basically you can do something like this:
code:

SetDetailsPrint textonly
DetailPrint "Extracting files.."
SetDetailsPrint none ; this could be 'listonly' if you want them to be listed in the list view
; extract a bunch of files
SetDetailsPrint both ; back to normal



I'll be putting 1.62 up this afternoon.

-Justin
justin 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