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

Side by Side Diff: chrome/test/mini_installer/config/chrome_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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Files": { 2 "Files": {
3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.VisualElementsManifest.xml ": {"exists": true}, 4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.VisualElementsManifest.xml ": {"exists": true},
5 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll": 5 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll":
6 {"exists": true}, 6 {"exists": true},
7 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll": 7 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll":
8 {"exists": true}, 8 {"exists": true},
9 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z": 9 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z":
10 {"exists": true}, 10 {"exists": true},
11 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe": 11 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe":
12 {"exists": true}, 12 {"exists": true},
13 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest": 13 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest":
14 {"exists": true}, 14 {"exists": true},
15 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE _VERSION": 15 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE _VERSION":
16 {"exists": false} 16 {"exists": false}
17 }, 17 },
18 "RegistryEntries": { 18 "RegistryEntries": {
19 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": { 19 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
20 "exists": "required", 20 "exists": "required",
21 "values": { 21 "values": {
22 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 22 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
23 } 23 }
24 }, 24 },
25 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": { 25 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": {
26 "exists": "required", 26 "exists": "forbidden"
27 "values": {
28 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
29 }
30 }, 27 },
31 "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": { 28 "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
32 "condition": "'$CHROME_SHORT_NAME' == 'Chrome'", 29 "condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
33 "exists": "forbidden" 30 "exists": "forbidden"
34 }, 31 },
35 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": { 32 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": {
36 "exists": "required", 33 "exists": "required",
37 "values": { 34 "values": {
38 "UninstallString": { 35 "UninstallString": {
39 "type": "SZ", 36 "type": "SZ",
40 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --verbo se-logging" 37 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --verbose-logging"
41 }, 38 },
42 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 39 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
43 } 40 }
44 }, 41 },
45 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": { 42 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": {
46 "exists": "forbidden" 43 "exists": "forbidden"
47 } 44 }
48 } 45 }
49 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698