Update for "Set Program Access and Defaults" support

This commit is contained in:
2015-11-02 20:11:35 -05:00
parent f7dddff14d
commit ff2ef0fd46
4 changed files with 194 additions and 148 deletions

View File

@@ -4,12 +4,13 @@ using System;
using System.IO;
using System.Reflection;
using System.Windows;
using FeedCenter.Properties;
namespace FeedCenter
{
public static class SystemConfiguration
{
public static void SetDefaultFeedReader(bool value)
public static void SetDefaultFeedReader()
{
// Get the location of the assembly
var assemblyLocation = Assembly.GetEntryAssembly().Location;