What is the correct syntax for running a silent install with a response file on a Windows server?

A.
install.exe -s -f <path to response file>
B.
install.exe -i silent -f <path to response file>
C.
install.exe -i response -f <path to response file>
D.
install.exe -i console -s -f <path to response file>