blob: 70e6ca1f64b950562e9f58deb4214b393d1d0112 (
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%'
}
}
}
}
|