The Windows Installer wrapper has a graphical interface, however, its primary use is to run the Windows installation unattended.
Run the Windows Installer wrapper, using the following command line syntax:
setup.exe /s /v"/qn INSTALLDIR=<path to install>"
The following table describes the command line arguments:
| Command line argument |
Description |
|---|---|
| /s |
Run silently. |
| /x |
Uninstall. |
| /v "/qn {PROPERTY=VALUE} " |
Run silently while setting internal values. |
You combine the command line arguments with the internal property settings. The INSTALLDIR internal property value for JRun 4 is the path to the installation directory.
Note: If a name contains spaces, use quotation marks.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/jrun/4/JRun_SDK_Guide/windowsinstall6.htm