I have a group of prereq programs that need to be installed on multiple computers. I have automated everything with a single batch file except for OpenSSL, which still requires a user to go through the GUI installer prompts. Are there any parameters or flags that can be passed to the installer to set the default directory and other flags? For instance, I use the following for another prereq for a silent install:
start /wait vcredist_x86.exe /qb
The installer is provided to us, so I can't rebuild the installer or anything easy like that. My searches for command line parameters only show me results for interactions after the install, not the installation itself. Any tips or directions are appreciated.