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

Unified Diff: chrome/test/mini_installer/config/chrome_system_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_system_updated.prop
diff --git a/chrome/test/mini_installer/config/chrome_system_updated.prop b/chrome/test/mini_installer/config/chrome_system_updated.prop
index 2e7be0c83b0319604eb5fd19c6c7caabb3f73432..dddf793b7e2d42f41b4c218c854442a35b1fb456 100644
--- a/chrome/test/mini_installer/config/chrome_system_updated.prop
+++ b/chrome/test/mini_installer/config/chrome_system_updated.prop
@@ -23,12 +23,7 @@
}
},
"HKEY_LOCAL_MACHINE\\$BINARIES_UPDATE_REGISTRY_SUBKEY": {
- "exists": "required",
- "values": {
- "pv": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"},
- "opv": {},
- "cmd": {}
- }
+ "exists": "forbidden"
},
"HKEY_LOCAL_MACHINE\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
"condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
@@ -39,7 +34,7 @@
"values": {
"UninstallString": {
"type": "SZ",
- "data": "\"$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --system-level --verbose-logging"
+ "data": "\"$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --system-level --verbose-logging"
},
"Version": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"}
}

Powered by Google App Engine
This is Rietveld 408576698