| OLD | NEW |
| 1 HKLM { | 1 %HIVE% { |
| 2 NoRemove Software { | 2 NoRemove Software { |
| 3 NoRemove MozillaPlugins { | 3 NoRemove MozillaPlugins { |
| 4 ForceRemove '@google.com/ChromeFrame,version=1.0' { | 4 ForceRemove '@google.com/ChromeFrame,version=1.0' { |
| 5 val Path = s '%MODULE%' | 5 val Path = s '%MODULE%' |
| 6 val Description = s 'Google ChromeFrame' | 6 val Description = s 'Google ChromeFrame' |
| 7 val ProductName = s 'Google ChromeFrame' | 7 val ProductName = s 'Google ChromeFrame' |
| 8 val Vendor = s 'Google' | 8 val Vendor = s 'Google' |
| 9 val Version = s '%VERSION%' | 9 val Version = s '%VERSION%' |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 } | 13 } |
| OLD | NEW |