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

Unified Diff: chrome/test/mini_installer/config/chrome_single_user_installed.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_single_user_installed.prop
diff --git a/chrome/test/mini_installer/config/chrome_single_user_installed.prop b/chrome/test/mini_installer/config/chrome_single_user_installed.prop
deleted file mode 100644
index 5d02054f4164d63e1af3ac85cf1a8e4e75d87712..0000000000000000000000000000000000000000
--- a/chrome/test/mini_installer/config/chrome_single_user_installed.prop
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "Files": {
- "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome.dll":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome_elf.dll":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\chrome.7z":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe":
- {"exists": true},
- "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MINI_INSTALLER_FILE_VERSION.manifest":
- {"exists": true}
- },
- "RegistryEntries": {
- "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
- "exists": "required",
- "values": {
- "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
- }
- },
- "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": {
- "exists": "forbidden"
- },
- "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
- "condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
- "exists": "forbidden"
- },
- "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$CHROME_LONG_NAME": {
- "exists": "required",
- "values": {
- "UninstallString": {
- "type": "SZ",
- "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --verbose-logging"
- },
- "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
- }
- },
- "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGISTRY_SUFFIX": {
- "exists": "forbidden"
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698