Is there any scripting language available for creating Silent Installation (without giving input and clicking next, agree and finish)...? I want to do unattended installation of agent.exe application in windows server, which scripting would be best..?
agent.exe /S /qn
2) Also am having msi for same like agent.msi, when i tried
msiexec /qn /l* agent.txt /i agent.msi SSL_CERT_FILE=file-path
nothing happened, May i know script correct script to install EXE files without User Interaction ? i Dont want tool like Autoit, NSIS, etc only by command prompt i want to do ?