summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_npapi.rgs
blob: 406c8c73295c8d48b43e058fddcd5cdf9dc22460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%HIVE% {
  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%'
      }
    }
  }
}