DocuShare 3.1 Installer Command Parameters used for troubleshooting installation issues.
Docushare -is:javaconsole -is:tempdir -P
docushareLog.docushareLog= -P
docushareLog.forceStdOut= -P
docushareLog.cleanUp= -console
- -is:javaconsole - Turns on the java console. This is already on for Solaris and Linux. This is off for Win32. This would be necessary if you want to capture the logging to the console window
- -is:tempdir - Points the installer to use a different temp directory if the default one is too small. I have use this on smaller Solaris boxes. The directory needs about 150M.
- -P docushareLog.docushareLog= - Turns on or off the installation logging. The values are "true" and "false". This is "true" by default.
- -P docushareLog.forceStdOut= - Sends the logging to standard out if logging is on. The values are "true" and "false". This is "false" by default.
- P docushareLog.cleanUp= - Deletes the output files at the end of the install. The values are "true" and "false". This is "true" by default. Setting it to "false" will only stop the deletion of the output files. The other files/directories such as verity are still deleted so that DocuShare will run at the end of the install.
- -console - run the installer in console mode.