Commit d8efdec5 authored by Felipe Gomes's avatar Felipe Gomes
Browse files

Bug 747921. Cannot install apps on systems where the Uninstall regkey hadn't...

Bug 747921. Cannot install apps on systems where the Uninstall regkey hadn't been created yet by some other app. r=timA
parent cc73af11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -232,6 +232,7 @@ WinNativeApp.prototype = {
      if(uninstallKey.hasChild(this.uninstallSubkeyStr)) {
        uninstallKey.removeChild(this.uninstallSubkeyStr);
      }
    } catch (e) {
    } finally {
      if(uninstallKey)
        uninstallKey.close();