opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java
@@ -227,7 +227,7 @@ } catch (ApplicationException ex) { LOG.log(Level.SEVERE, "Caught exception: "+ex, ex); if (ReturnCode.CANCELLED.equals(ex.getType())) { if (ReturnCode.CANCELED.equals(ex.getType())) { uninstall(); setCurrentProgressStep(InstallProgressStep.FINISHED_CANCELED); notifyListeners(null);