Bug 747921. Cannot install apps on systems where the Uninstall regkey hadn't been created yet by some other app. r=timA

This commit is contained in:
Felipe Gomes 2012-04-26 07:34:39 -07:00
parent cc73af118b
commit d8efdec544

View File

@ -232,6 +232,7 @@ WinNativeApp.prototype = {
if(uninstallKey.hasChild(this.uninstallSubkeyStr)) {
uninstallKey.removeChild(this.uninstallSubkeyStr);
}
} catch (e) {
} finally {
if(uninstallKey)
uninstallKey.close();