The JMP Statistical Discovery CD includes several InstallShield .EXE setup routines that can be automated by creating .ISS files for the install, repair, and uninstall routines.
1. Record the install answer file. To do this run the following command listed below from the JMP directory located on the CD. This will create an answer file containing the options you selected during the interactive installation routine.
setup.exe -a -r -f1<location to write answer file>
i.e. setup.exe -a -r -f1c:\temp\installJMP.iss
2. Record the repair answer file.
i.e. setup.exe -a -r -f1c:\temp\repairJMP.iss
3. Record the uninstall answer file.
i.e. setup.exe -a -r -f1c:\temp\uninstallJMP.iss
4. Now that you've created answer files for install, repair, and uninstall actions you can use the commands listed below to silently run the setup routine.
Silent Install Command:
setup.exe -s -a -s -f1c:\temp\installJMP.iss
Silent Install Command with Logging:
setup.exe -s -a -s -f1c:\temp\installJMP.iss -f2c:\temp\installJMP.log
Silent Repair Command:
setup.exe -s -a -s -f1c:\temp\repairJMP.iss
Silent Repair Command with Logging:
setup.exe -s -a -s -f1c:\temp\repairJMP.iss -f2c:\temp\repairJMP.log
Silent Uninstall Command:
setup.exe -s -a -s -f1c:\temp\uninstallJMP.iss
Silent Uninstall Command with Logging:
setup.exe -s -a -s -f1c:\temp\uninstallJMP.iss -f2c:\temp\uninstallJMP.log
Silent install for Japanese or Chinese Support Files
To add support for machines that have the Japanese or Chinese language packs installed you'll need to setup the base JMP install and then install the desired language support package located on the root or the installation CD in the "Support Files CHS" or "Support Files JPN" directories.
To silently install the base JMP installation see my previous post.
Once the base JMP installation is installed you can create silent ISS files for the install, repair and uninstall routines.
1. Record the install answer file. To do this run the following command listed below from either the "Support Files CHS" or "Support Files JPN" directories located on the root of the installation CD. This will create an answer file containing the options you selected during the interactive installation routine.
setup.exe -a -r -f1
i.e. setup.exe -a -r -f1c:\temp\installJMP-JPN-Support.iss
2. Record the repair answer file.
i.e. setup.exe -a -r -f1c:\temp\repairJMP-JPN-Support.iss
3. Record the uninstall answer file.
i.e. setup.exe -a -r -f1c:\temp\uninstallJMP-JPN-Support.iss
4. Now that you've created answer files for install, repair, and uninstall actions you can use the commands listed below to silently run the setup routine.
Silent Install Command:
setup.exe -s -a -s -f1c:\temp\installJMP-JPN-Support.iss
Silent Install Command with Logging:
setup.exe -s -a -s -f1c:\temp\installJMP-JPN-Support.iss -f2c:\temp\installJMP-JPN-Support.log
Silent Repair Command:
setup.exe -s -a -s -f1c:\temp\repairJMP-JPN-Support.iss
Silent Repair Command with Logging:
setup.exe -s -a -s -f1c:\temp\repairJMP-JPN-Support.iss -f2c:\temp\repairJMP-JPN-Support.log
Silent Uninstall Command:
setup.exe -s -a -s -f1c:\temp\uninstallJMP-JPN-Support.iss
Silent Uninstall Command with Logging:
setup.exe -s -a -s -f1c:\temp\uninstallJMP-JPN-Support.iss -f2c:\temp\uninstallJMP-JPN-Support.log
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ