summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_npapi.rgs
blob: 0841365e393c7e21a301c507f588dc9e4d7fc7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HKLM {
  NoRemove Software {
    NoRemove MozillaPlugins {
      ForceRemove '@google.com/ChromeFrame,version=1.0' {
        val Path = s '%MODULE%'
        val Description = s 'Google ChromeFrame'
        val ProductName = s 'Google ChromeFrame'
        val Vendor = s 'Google'
        val Version = s '%VERSION%'
      }
    }
  }
}