View the installation error codes to analyze the errors that occurred during silent installation.
@echo off install.exe -I silent -f SilentInstall.properties echo %errorlevel% pause
| Code | Description |
|---|---|
| 0 | Success: The installation completed successfully without any warnings or errors. |
| 1 | The installation completed successfully, but one or more of the actions from the installation sequence caused a warning or a non-fatal error. |
| -1 | One or more of the actions from the installation sequence caused a fatal error. |
| 1000 | The installation was cancelled by the user. |
| 1001 | The installation includes an invalid command line option. |
| 2000 | Unhandled error. |
| 2001 | The installation failed the authorization check, may indicate an expired version. |
| 2002 | The installation failed a rules check. A rule placed on the installer itself failed. |
| 2003 | An unresolved dependency in silent mode caused the installer to exit. |
| 2004 | The installation failed because not enough disk space was detected during the execution of the Install action. |
| 2005 | The installation failed while trying to install on a Windows 64-bit system, but installation did not include support for Windows 64-bit systems. |
| 2006 | The installation failed because it was launched in a UI mode that is not supported by this installer. |
| 3000 | Unhandled error specific to a launcher. |
| 3001 | The installation failed due to an error specific to the lax.main.class property. |
| 3002 | The installation failed due to an error specific to the lax.main.method property. |
| 3003 | The installation was unable to access the method specified in the lax.main.method property. |
| 3004 | The installation failed due to an exception error caused by the lax.main.method property. |
| 3005 | The installation failed because no value was assigned to the lax.application.name property. |
| 3006 | The installation was unable to access the value assigned to the lax.nl.java.launcher.main.class property. |
| 3007 | The installation failed due to an error specific to the lax.nl.java.launcher.main.class property. |
| 3008 | The installation failed due to an error specific to the lax.nl.java.launcher.main.method property. |
| 3009 | The installation was unable to access the method specified in the lax.nl.launcher.java.main.method property. |
| 4000 | A Java executable could not be found at the directory specified by the java.home system property. |
| 4001 | An incorrect path to the installer jar caused the relauncher to launch incorrectly. |