To create a silent installer for JMP …
First run setup.exe to collect the responses in a response file. This will not actually install the software.
setup.exe -r -f1{response file name}
Then, to actually install with those responses from a script, run the setup.exe file again giving it the named response file:
setup.exe -s -f1{response file name}
Note: There is no space between the “F1” and the file name.
For more details see the web page at: