public override void Execute(object parameter) { if (AddInManagerServices.Settings.AutoSearchForUpdates) { // Initialize UpdateNotifier and let it check for available updates UpdateNotifier updateNotifier = new UpdateNotifier(); updateNotifier.StartUpdateLookup(); } }