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

Side by Side Diff: chrome/test/mini_installer/config/chrome_single_user_installed.prop

Issue 2224843002: Fix broken installer tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_al_win
Patch Set: Created 4 years, 4 months 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\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll": 4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll":
5 {"exists": true}, 5 {"exists": true},
6 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll": 6 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll":
7 {"exists": true}, 7 {"exists": true},
8 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z": 8 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z":
9 {"exists": true}, 9 {"exists": true},
10 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe": 10 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe":
11 {"exists": true}, 11 {"exists": true},
12 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest": 12 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest":
13 {"exists": true} 13 {"exists": true}
14 }, 14 },
15 "RegistryEntries": { 15 "RegistryEntries": {
16 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": { 16 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
17 "exists": "required", 17 "exists": "required",
18 "values": { 18 "values": {
19 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 19 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
20 } 20 }
21 }, 21 },
22 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": { 22 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": {
23 "exists": "forbidden" 23 "exists": "forbidden"
24 }, 24 },
25 "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
26 "condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
27 "exists": "required",
grt (UTC plus 2) 2016/08/08 11:38:17 how about changing this to "forbidden" so that the
calamity 2016/08/09 06:46:14 Done.
28 "values": {
29 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
30 }
31 },
32 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": { 25 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": {
33 "exists": "required", 26 "exists": "required",
34 "values": { 27 "values": {
35 "UninstallString": { 28 "UninstallString": {
36 "type": "SZ", 29 "type": "SZ",
37 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --verbose-logging" 30 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --verbose-logging"
38 }, 31 },
39 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 32 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
40 } 33 }
41 }, 34 },
42 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": { 35 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": {
43 "exists": "forbidden" 36 "exists": "forbidden"
44 } 37 }
45 } 38 }
46 } 39 }
OLDNEW
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698