| Index: chrome/test/mini_installer/config/chrome_system_installed.prop
|
| diff --git a/chrome/test/mini_installer/config/chrome_system_installed.prop b/chrome/test/mini_installer/config/chrome_system_installed.prop
|
| index ed6876dd6f293dc9931df5cffc84d7893df2b6a7..e8cfd032badbf1072a85726000ba1f8159e34975 100644
|
| --- a/chrome/test/mini_installer/config/chrome_system_installed.prop
|
| +++ b/chrome/test/mini_installer/config/chrome_system_installed.prop
|
| @@ -14,13 +14,13 @@
|
| },
|
| "RegistryEntries": {
|
| "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
|
| - "exists": true,
|
| + "exists": "required",
|
| "values": {
|
| "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
|
| }
|
| },
|
| "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
|
| - "exists": true,
|
| + "exists": "required",
|
| "values": {
|
| "UninstallString": {
|
| "type": "SZ",
|
| @@ -31,7 +31,7 @@
|
| },
|
| "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": {
|
| "condition": "$WINDOWS_VERSION >= $VERSION_WIN8",
|
| - "exists": true
|
| + "exists": "required"
|
| }
|
| }
|
| }
|
|
|