command switches for .exe install
Does anyone know a command switch that will install an .exe and hit next? Using /qn /i /norestart etc.
It is opening a dialogue box to confirm install directory then next page hits install.
There is no documentation on this .exe
Answers (2)
at first: Welcome.
There is no "one answer fits all".
There are many different ways to setup the .exe and every vendor can do it differently.
Your mentioned switches will work if the .exe runs msiexec to install a MSI.
Review this collection for a huge amount of software (slightly outdated but still helpful)
https://silentswitch.wordpress.com/
But the best way is always: contact the vendor of the .exe to get the info (KB on theirĀ pages as an example)