Class CreateUninstaller

  • All Implemented Interfaces:
    DBHostable, GeneralAction, JEEHostable, OSHostable, Referenceable

    public final class CreateUninstaller
    extends CreateLaunchAnywhere
    Created the uninstaller and several additional files needed by the uninstaller. It is recommended that the uninstaller be installed into its own folder.

    The mainClass property is for internal use only and should not be change by the end user.
    • Constructor Detail

      • CreateUninstaller

        public CreateUninstaller()
    • Method Detail

      • setNeverRequireRestartWhenFilesInUse

        public void setNeverRequireRestartWhenFilesInUse​(boolean neverRestart)
        Whether the uninstaller should never require restarting the machine when there are files in use.
      • getNeverRequireRestartWhenFilesInUse

        public boolean getNeverRequireRestartWhenFilesInUse()
        Whether the uninstaller should never require restarting the machine when there are files in use.