Software – JMP 10 – Silent Installer

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:

http://www.jmp.com/support/notes/8/135.html

This entry was posted in Software and tagged , . Bookmark the permalink.

Comments are closed.