diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-11 21:46:54 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-11 21:46:54 -0400 |
| commit | df757416b79b3aa3f83ff00bab9a7e363aa1cc41 (patch) | |
| tree | 3aaa7507007841d437fad26daa4ac7e01e6c2bc2 /MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs | |
| parent | 76dbab939ccc87b3656e9813bfd036aa5d640aad (diff) | |
| parent | e377067a6564f88d32b73b83f3316263f45fe367 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs index 7b1983d53..5cbd2dd9e 100644 --- a/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs +++ b/MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs @@ -207,7 +207,7 @@ namespace MediaBrowser.Uninstaller.Execute private void RemoveUninstall() { - using (var parent = Registry.LocalMachine.OpenSubKey( + using (var parent = Registry.CurrentUser.OpenSubKey( @"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall", true)) { if (parent == null) |
