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