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"?Section "-download modules"
ExecWait '"$INSTDIR\ftp_client.exe" remoteserver/remotefolder1 $INSTDIR/modules/localfolder1'
ExecWait '"$INSTDIR\ftp_client.exe" remoteserver/remotefolder2 $INSTDIR/modules/localfolder2'
SectionEnd
Title for ExecWait
I have in my .nsi something like this: