Archive: Title for ExecWait


Title for ExecWait
I have in my .nsi something like this:

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"?

DetailPrint "doing foo"
SetDetailsPrint none
....
SetDetailsPrint lastused


What is "lastused"?
It is mentioned in documentation but not explained.


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...