CustomizedClickOnce
CustomizedClickOnce copied to clipboard
Incorrect instance GUID
Assembly.GetExecutingAssembly().GetType().GUID is incorrect way to find GUID, it returns GUID of Assembly type, not instance and could be affected by other running software.