1.
2.
3.
4.
5.
    1
Unattended Installation
The following is an example of an unattended installation session.
Open a CMD console->Click Start->Task Manager File->Run new task->and enter CMD.
Install the driver. Run:
MLNX_WinOF2-[Driver/Version]_<revision_version>_All_Arch.exe /S /v/qn
[Optional]Manually configure your setup to contain the logs option:
_All_Arch.exe/S/v/qn/v”/l*vx[Log-File]"" v:shapes="_x0000_s1026">
[Optional]if you wish to control whether to install ND provider or not (i.e.,
MT_NDPROPERTY 
default value is True
).
MLNX_WinOF2-[Driver/Version]_<revision_version>_All_Arch.exe /vMT_NDPROPERTY=1
[Optional]If you do not wish to upgrade your firmware version (i.e.,
MT_SKIPFWUPGRDdefault 
value is False
).
MLNX_WinOF2-[Driver/Version]_<revision_version>_All_Arch.exe /vMT_SKIPFWUPGRD=1
If no reboot options are specified, the installer restarts the computer whenever necessary 
without displaying any prompt or warning to the user.
To control the reboots, use the 
/norestart
 or 
/forcerestart
 standard command-line options.