| 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": { | 6 "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": { |
| 7 "exists": "forbidden"}, | 7 "exists": "forbidden"}, |
| 8 "HKEY_LOCAL_MACHINE\\$BINARIES_UPDATE_REGISTRY_SUBKEY": { | 8 "HKEY_LOCAL_MACHINE\\$BINARIES_UPDATE_REGISTRY_SUBKEY": { |
| 9 "exists": "forbidden"}, | 9 "exists": "forbidden"}, |
| 10 "HKEY_LOCAL_MACHINE\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": { |
| 11 "condition": "$SUPPORTS_SXS", |
| 12 "exists": "forbidden" |
| 13 }, |
| 10 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall
\\$CHROME_LONG_NAME": | 14 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall
\\$CHROME_LONG_NAME": |
| 11 {"exists": "forbidden"}, | 15 {"exists": "forbidden"}, |
| 12 "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": { | 16 "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": { |
| 13 "exists": "forbidden" | 17 "exists": "forbidden" |
| 14 } | 18 } |
| 15 } | 19 } |
| 16 } | 20 } |
| OLD | NEW |