How to install in silent mode if the file is zip format?
I have installed exe in silent mode using following command,
foo.exe /s
Using this link.
This working fine if the file is exe format.In case if the file is zip format then we need to extract the file after that only we can do installation.Extracting files done using zipDLL ,Unzip and etc.
Is possible extraction and installation in single command in silent mode?