Automated installation example: SFW server and client

This sample command installs the SFW Server with a license key of 123-234-123-234-345, with the MSCS and Volume Replicator options, and with their license keys. This sample command also states that the installation path is C:\InstallationDirectory and tells the system to reboot at the end of the installation.

Setup.exe /s INSTALL_MODE=1 SOLUTIONS=1 
LICENSEKEY="123-234-123-234-345,321-543-765-789-321,321-543-765-789-789"
OPTIONS="MSCS,VVR,DISKMGMT"
INSTALLDIR="C:\InstallationDirectory" REBOOT=1