Interface InstallerControl

    • Method Detail

      • abortInstallation

        void abortInstallation​(int exitCode)

        This method exits the installer.

        This method never returns. Similar to calling System.exit(), except installer temporary files will be cleaned up and the installation log will be written to the user's hard drive if the installer has been set to generate a log.

        Parameters:
        exitCode - the exit code to be returned by the installation process.