Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 23rd February 2009, 19:57   #1
WhiteOwl
Junior Member
 
Join Date: Feb 2009
Posts: 4
Title for ExecWait

I have in my .nsi something like this:
code:
Section "-download modules"
ExecWait '"$INSTDIR\ftp_client.exe" remoteserver/remotefolder1 $INSTDIR/modules/localfolder1'
ExecWait '"$INSTDIR\ftp_client.exe" remoteserver/remotefolder2 $INSTDIR/modules/localfolder2'
SectionEnd


Is it possible to hide this long commands from installer window and log behind some "downloading 1st group of modules", "downloading another group of modules"?
WhiteOwl is offline   Reply With Quote
Old 23rd February 2009, 20:03   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,775
DetailPrint "doing foo"
SetDetailsPrint none
....
SetDetailsPrint lastused

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 23rd February 2009, 21:29   #3
WhiteOwl
Junior Member
 
Join Date: Feb 2009
Posts: 4
What is "lastused"?
It is mentioned in documentation but not explained.
WhiteOwl is offline   Reply With Quote
Old 23rd February 2009, 22:31   #4
LoRd_MuldeR
Major Dude
 
LoRd_MuldeR's Avatar
 
Join Date: Sep 2005
Location: Somewhere over the Slaughterhouse
Posts: 644
Quote:
Originally posted by WhiteOwl
What is "lastused"?
It is mentioned in documentation but not explained.
Go back to whatever mode was used before you called "SetDetailsPrint" the last time...

My Plugins: StdUtils | NSISList | CPUFeatures | ExecTimeout | KillProc
My source of inspiration: http://youtu.be/lCwY4_0W1YI
LoRd_MuldeR 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