mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 15:12:28 +00:00
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:
parent
cc73af118b
commit
d8efdec544
@ -232,6 +232,7 @@ WinNativeApp.prototype = {
|
||||
if(uninstallKey.hasChild(this.uninstallSubkeyStr)) {
|
||||
uninstallKey.removeChild(this.uninstallSubkeyStr);
|
||||
}
|
||||
} catch (e) {
|
||||
} finally {
|
||||
if(uninstallKey)
|
||||
uninstallKey.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user