RunComponentInstallerAction
This plug-in executes the component installer during install and component uninstaller during uninstall.
- SI_COMPONENT_INSTALLER=<installer executable>
- SI_COMPONENT_INSTALLER_ARGS=<installer arguments>
- SI_COMPONENT_UNINSTALLER=<uninstaller executable>
- SI_COMPONENT_UNINSTALLER_ARGS=<uninstaller arguments>
- SI_COMPONENT_WIN_EXECUTABLE_EXT=<Windows executable file name extension: .exe>
- SI_COMPONENT_UNIX_EXECUTABLE_EXT=<UNIX executable file name extension: .bin>
- SI_COMPONENT_INSTALLER_STDOUT=<installer/uninstaller stdout/stderr output file>
- SI_COMPONENT_INSTALLER_LOG=<installer/uninstaller log file>
- SI_COMPONENT_INSTALLER_NAME=<component installer name>
- SI_COMPONENT_EXIT_STATUS_VARIABLE=<IA variable to store the exit status value>
- SI_COMPONENT_HAS_EMBEDDED_VM=<true|false>
NOTES:
- Due to an IA bug, this plug-in uninstall action is disabled. You must use RunComponentUninstaller plug-in to uninstall the component.
- There is an IA variable called $SI_COMPONENT_JAVA_EXE$ which can be used for installer run-time. If customers encounter issues with the JRE, we can ask them to use -DSI_COMPONENT_JAVA_EXE argument.