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

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

Issue 24007002: Add a test for installing Chrome at system level. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address robertshield's comment. Created 7 years, 3 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 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll": 4 "$PROGRAM_FILES\\$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\\Ins taller\\chrome.7z": 6 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z":
7 {"exists": true}, 7 {"exists": true},
8 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe": 8 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe":
9 {"exists": true} 9 {"exists": true}
10 }, 10 },
11 "RegistryEntries": { 11 "RegistryEntries": {
12 "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": { 12 "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
13 "exists": true, 13 "exists": true,
14 "values": { 14 "values": {
15 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 15 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
16 } 16 }
17 } 17 }
18 } 18 }
19 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698