I need to run an installation of a Setup.exe in silent mode using command line. I am using the below in my batch file.
@echo off
Setup.exe /quiet
What I need is a silent unattended installation. But when I run the above command, it is not a silent installation and I need to press Next button etc. during the install. Is this the correct switch to use? Any more options? Also it is possible to get the error code if any of the installation?