I'm very new to SetupBuilder and need help setting up an FTP download while a user runs through the install exe.

Do I need to enable and use Web Deployment or can I just put

Code:
Download File from "ftp://username:password@domain:21/RB_Updates//RB_Update.zip" to "%_SB_INSTALLDIR%\Data" [no-cache]
in the Install Files section of the script?

I don't think I want to use Web Deployment because I just want the user to download and unzip the specified file.

Help!