Chelsio Unified Wire installer ============================== Index 1. Introduction. 2. How to do GUI Based installation. 3. How to do Command Line Based installation. ================ 1. Introduction ================ This is a Chelsio Unified Wire installer. It installs following Chelsio drivers. 1.1 Chelsio S320/s310/S302/N320/N310 10G/1G Ethernet Function Enumerator Driver. 1.2 Chelsio T3 NDIS & Offload function Driver. 1.3 Chelsio Terminator3 iWarp Interface Driver. 1.4 Chelsio Terminator3 iSCSI Interface Driver. 1.5 Chelsio Teaming Driver. ==================================== 2. How to do GUI Based installation ==================================== Double click on the ChelsioUwire-1.5.13.0.exe and follow the instructions. ============================================ 3. How to do Command Line Based installation ============================================ Chelsio Unified Wire installer can be used to install/uninstall/modify above mentioned Chelsio drivers through command line silently. To install Chelsio Unified Wire through command line .iss file is required to be generated with the help of ChelsioUwire-1.5.13.0.exe file. Following are the steps to generate .iss file. 3.1. To generate an .iss file first time user needs to record the installation procedure using "/r" option. User can record the .iss file using following command #> ChelsioUwire-1.5.13.0.exe /r 3.2. Above command will execute the GUI Based installer for Chelsio Unified Wire. Select the options in the GUI Based installer for installing Cheliso Unified Wire drivers. Please note that whatever option user selects that would be recorded in background in .iss file. Once the installation is finished it generates .iss file inside "C:\Windows" directory. The name of the .iss file would be "setup.iss". copy that setup.iss to "c:\" #> copy c:\windows\setup.iss c:\ 3.3 User can now use this .iss file to silently install the same Chelsio Unified Wire drivers that was specified during recording steps mentioned above in 3.1 and 3.2. Following is the command to silently install/uninstall/modify Chelsio Unified Wire drivers. #> ChelsioUwire-1.5.13.0.exe /s /f1c:\setup.iss