Applies to
The article applies to the following products and versions:
Product: iRise Reader
Versions: v8.10.2 onwards
Summary
This document is intended to provide instructions for creating silent installer for iRise Reader based on the the InstallAnywhere platform. You can either choose to run a silent install that simply accepts default values, or you can create a response file with modifications to the default values.
Instructions
Run the install with the default values
Open a command prompt window (Start > Run > cmd)
Open My Computer and browse to the directory where the installer is saved
Drag the installer from the directory listing in the My Computer window to the command prompt
Add -i silent to the end of the string in the command line, e.g:
C:\iRise_Reader_v10.2.0_b14.exe -i /silentPress Enter
Note: "-i /verysilent will work as well.
Silent Uninstall
Use the below syntax to silently uninstall Studio software. This can be run from a command line or via a batch file and runs an uninstall executable in a folder under the default install directory. For example:
"C:\Program Files (x86)\iRise\Uninstall_iRise Reader 10.2\Uninstall iRise Reader 10.2.exe" –i silent
For more information on response files, see the Flexera documentation How to create a response file. You can also research more of their documentation here.