| OLD | NEW |
| 1 { | 1 { |
| 2 "Files": { | 2 "Files": { |
| 3 "$PROGRAM_FILES\\$CHROME_DIR\\Application": {"exists": false} | 3 "$PROGRAM_FILES\\$CHROME_DIR\\Application": {"exists": false} |
| 4 }, | 4 }, |
| 5 "RegistryEntries": { | 5 "RegistryEntries": { |
| 6 "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": {"exists": false}, | 6 "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": { |
| 7 "exists": "forbidden"}, |
| 7 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall
\\$CHROME_LONG_NAME": | 8 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall
\\$CHROME_LONG_NAME": |
| 8 {"exists": false}, | 9 {"exists": "forbidden"}, |
| 9 "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": { | 10 "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": { |
| 10 "exists": false | 11 "exists": "forbidden" |
| 11 } | 12 } |
| 12 } | 13 } |
| 13 } | 14 } |
| OLD | NEW |