Skip to content

Instantly share code, notes, and snippets.

test gist
@greenkiwi
greenkiwi / UpdateService.cs
Created June 30, 2014 17:29
Add-In-Express ClickOnce Update Service - monitor current ClickOnce install silently for updated, fire an event if there is an update
using HivePointAddIn.Utils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace AddIn.Services
{