Bloom.InstallerSupport.RemoveBloomRegistryEntries C# (CSharp) Method

RemoveBloomRegistryEntries() static private method

static private RemoveBloomRegistryEntries ( ) : void
return void
        internal static void RemoveBloomRegistryEntries()
        {
            RemoveRegistryKey(null, ".BloomPack");
            RemoveRegistryKey(null, ".BloomPackFile");
            RemoveRegistryKey(null, ".BloomCollection");
            RemoveRegistryKey(null, ".BloomCollectionFile");
            RemoveRegistryKey(null, "Bloom.BloomPack");
            RemoveRegistryKey(null, "Bloom.BloomPackFile");
            RemoveRegistryKey(null, "Bloom.BloomCollection");
            RemoveRegistryKey(null, "Bloom.BloomCollectionFile");
            RemoveRegistryKey(null, "bloom");
        }