Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: chrome/test/mini_installer/config/chrome_user_updated.prop

Issue 2507293005: Force migrate all clients from multi-install back to single-install. (Closed)
Patch Set: gab comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/mini_installer/config/chrome_user_updated.prop
diff --git a/chrome/test/mini_installer/config/chrome_user_updated.prop b/chrome/test/mini_installer/config/chrome_user_updated.prop
index d8b478fa6ed9e5e5c627dac7e17e8bd3ba3e4b9c..a0e74a11b505ef724f1eb10ad81fd4001458d775 100644
--- a/chrome/test/mini_installer/config/chrome_user_updated.prop
+++ b/chrome/test/mini_installer/config/chrome_user_updated.prop
@@ -23,12 +23,7 @@
}
},
"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": {
- "exists": "required",
- "values": {
- "pv": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"},
- "opv": {},
- "cmd": {}
- }
+ "exists": "forbidden"
},
"HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
"condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
@@ -39,7 +34,7 @@
"values": {
"UninstallString": {
"type": "SZ",
- "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --verbose-logging"
+ "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --verbose-logging"
},
"Version": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"}
}
« no previous file with comments | « chrome/test/mini_installer/config/chrome_user_installed.prop ('k') | chrome/test/mini_installer/config/config.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698